#4f7aca

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

Shades of Havelock Blue #4F7ACA

Tints of Havelock Blue #4F7ACA

Color information

#4F7ACA (or 0x4F7ACA) is unknown color: approx Havelock Blue. HEX triplet: 4F, 7A and CA. RGB value is (79,122,202). Sum of RGB (Red+Green+Blue) = 79+122+202=403 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.60% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #4F7ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7ACA is #B08535. Grayscale: #757575. Windows color (decimal): -11568438 or 13269583. OLE color: 13269583.

HSL color Cylindrical-coordinate representation of color #4F7ACA: hue angle of 219.02º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F7ACA is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB79122202-
CMYK0.610.4000.21
HSL219.02º53.71%55.1%-
HSV(B)219.02º60.89%79.22%-
XYZ20.8419.8558.61-
YUV118.26175.25100-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.60%
GREEN value IS 122 (48.05% from 255) = 30.27%
BLUE value IS 202 (79.30% from 255) = 50.12%
R=19.60%
G=30.27%
B=50.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal791222020.610.4000.21219.0253.7155.1
Hex4F7ACA3D28015db3637
Octal11717231275500253336667
Binary100111111110101100101011110110100001010111011011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f7aca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,122,202); }

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

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

 a { background-color: rgb(79,122,202); }

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

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

 span { border-color: rgb(79,122,202); }

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