Html Css Color HEX #4D78CA Havelock Blue

📋 copy color: '#4D78CA'

red 77 ◦ green 120 ◦ blue 202

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

Shades of Havelock Blue #4D78CA

Tints of Havelock Blue #4D78CA

RGB

 RED value IS 77 (30.47% from 255) = 19.3%

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

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

R = 19.3%
G = 30.08%
B = 50.63%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4D78CA (or 0x4D78CA) is known color: Havelock Blue. HEX triplet: 4D, 78 and CA. RGB value is (77,120,202). Sum of RGB (Red+Green+Blue) = 77+120+202=399 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.30% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D78CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D78CA is #B28735. Grayscale: #747474. Windows color (decimal): -11700022 or 13269069. OLE color: 13269069.

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

Color convert

RGB 77 120 202 -
CMYK 0.62 0.41 0 0.21
HSL 219.36º 0.54% 0.55% -
HSV(B) 219.36º 0.62% 0.79% -
XYZ 20.44 19.27 58.52 -
YUV 116.49 176.25 99.83 -
System Red Green Blue C M Y K H S L
Decimal 77 120 202 0.62 0.41 0 0.21 219.36 0.54 0.55
Hex 4D 78 CA 3E 29 0 15 DB 36 37
Octal 115 170 312 76 51 0 25 333 66 67
Binary 1001101 1111000 11001010 111110 101001 0 10101 11011011 110110 110111

Color Harmonies of #4D78CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D78CA

Black with #4D78CA

Text Example


Text Example

White with #4D78CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,120,202); }

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

background-color css

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

 a { background-color: rgb(77,120,202); }

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

border-color css

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

 span { border-color: rgb(77,120,202); }

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