Html Css Color HEX #4278CA Havelock Blue

📋 copy color: '#4278CA'

red 66 ◦ green 120 ◦ blue 202

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

Shades of Havelock Blue #4278CA

Tints of Havelock Blue #4278CA

RGB

 RED value IS 66 (26.17% from 255) = 17.01%

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

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

R = 17.01%
G = 30.93%
B = 52.06%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4278CA (or 0x4278CA) is known color: Havelock Blue. HEX triplet: 42, 78 and CA. RGB value is (66,120,202). Sum of RGB (Red+Green+Blue) = 66+120+202=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #4278CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4278CA is #BD8735. Grayscale: #707070. Windows color (decimal): -12420918 or 13269058. OLE color: 13269058.

HSL color Cylindrical-coordinate representation of color #4278CA: hue angle of 216.18º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4278CA is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 120 202 -
CMYK 0.67 0.41 0 0.21
HSL 216.18º 0.56% 0.53% -
HSV(B) 216.18º 0.67% 0.79% -
XYZ 19.62 18.86 58.48 -
YUV 113.2 178.11 94.33 -
System Red Green Blue C M Y K H S L
Decimal 66 120 202 0.67 0.41 0 0.21 216.18 0.56 0.53
Hex 42 78 CA 43 29 0 15 D8 38 35
Octal 102 170 312 103 51 0 25 330 70 65
Binary 1000010 1111000 11001010 1000011 101001 0 10101 11011000 111000 110101

Color Harmonies of #4278CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4278CA

Black with #4278CA

Text Example


Text Example

White with #4278CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4278CA; }

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

 H1.HeaderClassName
 {
   color: #4278CA;
 }
 .AnyTagClassName
 {
   color: #4278CA;
 }
</style>

background-color css

<style>
 a { background-color: #4278CA; }

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

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

border-color css

<style>
 span { border-color: #4278CA; }

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

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