#4F84BC

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

Shades of Havelock Blue #4F84BC

Tints of Havelock Blue #4F84BC

Color information

#4F84BC (or 0x4F84BC) is unknown color: approx Havelock Blue. HEX triplet: 4F, 84 and BC. RGB value is (79,132,188). Sum of RGB (Red+Green+Blue) = 79+132+188=399 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.80% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F84BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F84BC is #B07B43. Grayscale: #7A7A7A. Windows color (decimal): -11565892 or 12354639. OLE color: 12354639.

HSL color Cylindrical-coordinate representation of color #4F84BC: hue angle of 210.83º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F84BC is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB79132188-
CMYK0.580.3000.26
HSL210.83º44.86%52.35%-
HSV(B)210.83º57.98%73.73%-
XYZ20.5521.850.7-
YUV122.54164.9496.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.80%
GREEN value IS 132 (51.95% from 255) = 33.08%
BLUE value IS 188 (73.83% from 255) = 47.12%
R=19.80%
G=33.08%
B=47.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal791321880.580.3000.26210.8344.8652.35
Hex4F84BC3A1E01Ad32d34
Octal11720427472360323235564
Binary100111110000100101111001110101111001101011010011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F84BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,132,188); }

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

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

 a { background-color: rgb(79,132,188); }

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

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

 span { border-color: rgb(79,132,188); }

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