Html Css Color HEX #4274C8 Havelock Blue

📋 copy color: '#4274C8'

red 66 ◦ green 116 ◦ blue 200

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

Shades of Havelock Blue #4274C8

Tints of Havelock Blue #4274C8

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.37%

 BLUE value IS 200 (78.52% from 255) = 52.36%

R = 17.28%
G = 30.37%
B = 52.36%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4274C8 (or 0x4274C8) is known color: Havelock Blue. HEX triplet: 42, 74 and C8. RGB value is (66,116,200). Sum of RGB (Red+Green+Blue) = 66+116+200=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 200 (78.52% from 255 or 52.36% from 382); Max value from RGB is 200 - color contains mainly: blue. Hex color #4274C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4274C8 is #BD8B37. Grayscale: #6E6E6E. Windows color (decimal): -12421944 or 13136962. OLE color: 13136962.

HSL color Cylindrical-coordinate representation of color #4274C8: hue angle of 217.61º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4274C8 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 116 200 -
CMYK 0.67 0.42 0 0.22
HSL 217.61º 0.55% 0.52% -
HSV(B) 217.61º 0.67% 0.78% -
XYZ 18.92 17.82 57.09 -
YUV 110.63 178.44 96.17 -
System Red Green Blue C M Y K H S L
Decimal 66 116 200 0.67 0.42 0 0.22 217.61 0.55 0.52
Hex 42 74 C8 43 2A 0 16 DA 37 34
Octal 102 164 310 103 52 0 26 332 67 64
Binary 1000010 1110100 11001000 1000011 101010 0 10110 11011010 110111 110100

Color Harmonies of #4274C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4274C8

Black with #4274C8

Text Example


Text Example

White with #4274C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4274C8; }

 p { color: rgb(66,116,200); }

 H1.HeaderClassName
 {
   color: #4274C8;
 }
 .AnyTagClassName
 {
   color: #4274C8;
 }
</style>

background-color css

<style>
 a { background-color: #4274C8; }

 a { background-color: rgb(66,116,200); }

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

border-color css

<style>
 span { border-color: #4274C8; }

 span { border-color: rgb(66,116,200); }

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