Html Css Color HEX #4F84D0 Havelock Blue

📋 copy color: '#4F84D0'

red 79 ◦ green 132 ◦ blue 208

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

Shades of Havelock Blue #4F84D0

Tints of Havelock Blue #4F84D0

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.5%

 BLUE value IS 208 (81.64% from 255) = 49.64%

R = 18.85%
G = 31.5%
B = 49.64%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4F84D0 (or 0x4F84D0) is known color: Havelock Blue. HEX triplet: 4F, 84 and D0. RGB value is (79,132,208). Sum of RGB (Red+Green+Blue) = 79+132+208=419 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.85% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 208 (81.64% from 255 or 49.64% from 419); Max value from RGB is 208 - color contains mainly: blue. Hex color #4F84D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F84D0 is #B07B2F. Grayscale: #7C7C7C. Windows color (decimal): -11565872 or 13665359. OLE color: 13665359.

HSL color Cylindrical-coordinate representation of color #4F84D0: hue angle of 215.35º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F84D0 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 79 132 208 -
CMYK 0.62 0.37 0 0.18
HSL 215.35º 0.58% 0.56% -
HSV(B) 215.35º 0.62% 0.82% -
XYZ 22.86 22.72 62.85 -
YUV 124.82 174.94 95.32 -
System Red Green Blue C M Y K H S L
Decimal 79 132 208 0.62 0.37 0 0.18 215.35 0.58 0.56
Hex 4F 84 D0 3E 25 0 12 D7 3A 38
Octal 117 204 320 76 45 0 22 327 72 70
Binary 1001111 10000100 11010000 111110 100101 0 10010 11010111 111010 111000

Color Harmonies of #4F84D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F84D0

Black with #4F84D0

Text Example


Text Example

White with #4F84D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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