Html Css Color HEX #4F7FDA Havelock Blue

📋 copy color: '#4F7FDA'

red 79 ◦ green 127 ◦ blue 218

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

Shades of Havelock Blue #4F7FDA

Tints of Havelock Blue #4F7FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 29.95%

 BLUE value IS 218 (85.55% from 255) = 51.42%

R = 18.63%
G = 29.95%
B = 51.42%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4F7FDA (or 0x4F7FDA) is known color: Havelock Blue. HEX triplet: 4F, 7F and DA. RGB value is (79,127,218). Sum of RGB (Red+Green+Blue) = 79+127+218=424 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.63% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #4F7FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7FDA is #B08025. Grayscale: #7A7A7A. Windows color (decimal): -11567142 or 14319439. OLE color: 14319439.

HSL color Cylindrical-coordinate representation of color #4F7FDA: hue angle of 219.28º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F7FDA is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 79 127 218 -
CMYK 0.64 0.42 0 0.15
HSL 219.28º 0.65% 0.58% -
HSV(B) 219.28º 0.64% 0.85% -
XYZ 23.47 21.9 69.32 -
YUV 123.02 181.6 96.6 -
System Red Green Blue C M Y K H S L
Decimal 79 127 218 0.64 0.42 0 0.15 219.28 0.65 0.58
Hex 4F 7F DA 40 2A 0 F DB 41 3A
Octal 117 177 332 100 52 0 17 333 101 72
Binary 1001111 1111111 11011010 1000000 101010 0 1111 11011011 1000001 111010

Color Harmonies of #4F7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7FDA

Black with #4F7FDA

Text Example


Text Example

White with #4F7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,127,218); }

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

background-color css

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

 a { background-color: rgb(79,127,218); }

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

border-color css

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

 span { border-color: rgb(79,127,218); }

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