Html Css Color HEX #4978CF Havelock Blue

📋 copy color: '#4978CF'

red 73 ◦ green 120 ◦ blue 207

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

Shades of Havelock Blue #4978CF

Tints of Havelock Blue #4978CF

RGB

 RED value IS 73 (28.91% from 255) = 18.25%

 GREEN value IS 120 (47.27% from 255) = 30%

 BLUE value IS 207 (81.25% from 255) = 51.75%

R = 18.25%
G = 30%
B = 51.75%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4978CF (or 0x4978CF) is known color: Havelock Blue. HEX triplet: 49, 78 and CF. RGB value is (73,120,207). Sum of RGB (Red+Green+Blue) = 73+120+207=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #4978CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4978CF is #B68730. Grayscale: #737373. Windows color (decimal): -11962161 or 13596745. OLE color: 13596745.

HSL color Cylindrical-coordinate representation of color #4978CF: hue angle of 218.96º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4978CF is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 120 207 -
CMYK 0.65 0.42 0 0.19
HSL 218.96º 0.58% 0.55% -
HSV(B) 218.96º 0.65% 0.81% -
XYZ 20.73 19.35 61.67 -
YUV 115.87 179.43 97.43 -
System Red Green Blue C M Y K H S L
Decimal 73 120 207 0.65 0.42 0 0.19 218.96 0.58 0.55
Hex 49 78 CF 41 2A 0 13 DB 3A 37
Octal 111 170 317 101 52 0 23 333 72 67
Binary 1001001 1111000 11001111 1000001 101010 0 10011 11011011 111010 110111

Color Harmonies of #4978CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4978CF

Black with #4978CF

Text Example


Text Example

White with #4978CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4978CF; }

 p { color: rgb(73,120,207); }

 H1.HeaderClassName
 {
   color: #4978CF;
 }
 .AnyTagClassName
 {
   color: #4978CF;
 }
</style>

background-color css

<style>
 a { background-color: #4978CF; }

 a { background-color: rgb(73,120,207); }

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

border-color css

<style>
 span { border-color: #4978CF; }

 span { border-color: rgb(73,120,207); }

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