#4F7BBA

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

Shades of Havelock Blue #4F7BBA

Tints of Havelock Blue #4F7BBA

Color information

#4F7BBA (or 0x4F7BBA) is unknown color: approx Havelock Blue. HEX triplet: 4F, 7B and BA. RGB value is (79,123,186). Sum of RGB (Red+Green+Blue) = 79+123+186=388 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.36% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F7BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7BBA is #B08445. Grayscale: #747474. Windows color (decimal): -11568198 or 12221263. OLE color: 12221263.

HSL color Cylindrical-coordinate representation of color #4F7BBA: hue angle of 215.33º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F7BBA is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB79123186-
CMYK0.580.3400.27
HSL215.33º43.67%51.96%-
HSV(B)215.33º57.53%72.94%-
XYZ19.1719.3749.18-
YUV117.03166.92100.88-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.36%
GREEN value IS 123 (48.44% from 255) = 31.70%
BLUE value IS 186 (73.05% from 255) = 47.94%
R=20.36%
G=31.70%
B=47.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal791231860.580.3400.27215.3343.6751.96
Hex4F7BBA3A2201Bd72c34
Octal11717327272420333275464
Binary100111111110111011101011101010001001101111010111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,123,186); }

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

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

 a { background-color: rgb(79,123,186); }

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

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

 span { border-color: rgb(79,123,186); }

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