Html Css Color HEX #4F87CA Havelock Blue

📋 copy color: '#4F87CA'

red 79 ◦ green 135 ◦ blue 202

#4F87CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #4F87CA

Tints of Havelock Blue #4F87CA

RGB

 RED value IS 79 (31.25% from 255) = 18.99%

 GREEN value IS 135 (53.13% from 255) = 32.45%

 BLUE value IS 202 (79.3% from 255) = 48.56%

R = 18.99%
G = 32.45%
B = 48.56%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4F87CA (or 0x4F87CA) is known color: Havelock Blue. HEX triplet: 4F, 87 and CA. RGB value is (79,135,202). Sum of RGB (Red+Green+Blue) = 79+135+202=416 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.99% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #4F87CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F87CA is #B07835. Grayscale: #7D7D7D. Windows color (decimal): -11565110 or 13272911. OLE color: 13272911.

HSL color Cylindrical-coordinate representation of color #4F87CA: hue angle of 212.68º 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 #4F87CA is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 79 135 202 -
CMYK 0.61 0.33 0 0.21
HSL 212.68º 0.54% 0.55% -
HSV(B) 212.68º 0.61% 0.79% -
XYZ 22.55 23.25 59.18 -
YUV 125.89 170.95 94.55 -
System Red Green Blue C M Y K H S L
Decimal 79 135 202 0.61 0.33 0 0.21 212.68 0.54 0.55
Hex 4F 87 CA 3D 21 0 15 D5 36 37
Octal 117 207 312 75 41 0 25 325 66 67
Binary 1001111 10000111 11001010 111101 100001 0 10101 11010101 110110 110111

Color Harmonies of #4F87CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F87CA

Black with #4F87CA

Text Example


Text Example

White with #4F87CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F87CA;
 }
 .AnyTagClassName
 {
   color: #4F87CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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