#4B79C3

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

Shades of Havelock Blue #4B79C3

Tints of Havelock Blue #4B79C3

Color information

#4B79C3 (or 0x4B79C3) is unknown color: approx Havelock Blue. HEX triplet: 4B, 79 and C3. RGB value is (75,121,195). Sum of RGB (Red+Green+Blue) = 75+121+195=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 195 (76.56% from 255 or 49.87% from 391); Max value from RGB is 195 - color contains mainly: blue. Hex color #4B79C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B79C3 is #B4863C. Grayscale: #737373. Windows color (decimal): -11830845 or 12810571. OLE color: 12810571.

HSL color Cylindrical-coordinate representation of color #4B79C3: hue angle of 217º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B79C3 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB75121195-
CMYK0.620.3800.24
HSL217º50%52.94%-
HSV(B)217º61.54%76.47%-
XYZ19.5919.1154.29-
YUV115.68172.7698.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.18%
GREEN value IS 121 (47.66% from 255) = 30.95%
BLUE value IS 195 (76.56% from 255) = 49.87%
R=19.18%
G=30.95%
B=49.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal751211950.620.3800.242175052.94
Hex4B79C33E26018d93235
Octal11317130376460303316265
Binary100101111110011100001111111010011001100011011001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B79C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B79C3; }

 p { color: rgb(75,121,195); }

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

<style>
 a { background-color: #4B79C3; }

 a { background-color: rgb(75,121,195); }

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

<style>
 span { border-color: #4B79C3; }

 span { border-color: rgb(75,121,195); }

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