#4771C4

Color #4771C4 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #4771C4

Tints of Havelock Blue #4771C4

Color information

#4771C4 (or 0x4771C4) is unknown color: approx Havelock Blue. HEX triplet: 47, 71 and C4. RGB value is (71,113,196). Sum of RGB (Red+Green+Blue) = 71+113+196=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 196 (76.95% from 255 or 51.58% from 380); Max value from RGB is 196 - color contains mainly: blue. Hex color #4771C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4771C4 is #B88E3B. Grayscale: #6D6D6D. Windows color (decimal): -12095036 or 12874055. OLE color: 12874055.

HSL color Cylindrical-coordinate representation of color #4771C4: hue angle of 219.84º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4771C4 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB71113196-
CMYK0.640.4200.23
HSL219.84º51.44%52.35%-
HSV(B)219.84º63.78%76.86%-
XYZ18.4717.1454.56-
YUV109.9176.59100.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 18.68%
GREEN value IS 113 (44.53% from 255) = 29.74%
BLUE value IS 196 (76.95% from 255) = 51.58%
R=18.68%
G=29.74%
B=51.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal711131960.640.4200.23219.8451.4452.35
Hex4771C4402A017dc3334
Octal107161304100520273346364
Binary1000111111000111000100100000010101001011111011100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4771C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4771C4; }

 p { color: rgb(71,113,196); }

 H1.HeaderClassName
 {
   color: #4771C4;
 }
 .AnyTagClassName
 {
   color: #4771C4;
 }
</style>
background-color css

<style>
 a { background-color: #4771C4; }

 a { background-color: rgb(71,113,196); }

 div.DivClassName
 {
   background-color: #4771C4;
 }
 .BgClassName
 {
   background-color: #4771C4;
 }
</style>
border-color css

<style>
 span { border-color: #4771C4; }

 span { border-color: rgb(71,113,196); }

 td.TdClassName
 {
   border-color: #4771C4;
 }
 .TagClassName
 {
   border-color: #4771C4;
 }
</style>