Html Css Color HEX #4275C7 Havelock Blue

📋 copy color: '#4275C7'

red 66 ◦ green 117 ◦ blue 199

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

Shades of Havelock Blue #4275C7

Tints of Havelock Blue #4275C7

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.63%

 BLUE value IS 199 (78.13% from 255) = 52.09%

R = 17.28%
G = 30.63%
B = 52.09%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4275C7 (or 0x4275C7) is known color: Havelock Blue. HEX triplet: 42, 75 and C7. RGB value is (66,117,199). Sum of RGB (Red+Green+Blue) = 66+117+199=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 199 (78.12% from 255 or 52.09% from 382); Max value from RGB is 199 - color contains mainly: blue. Hex color #4275C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4275C7 is #BD8A38. Grayscale: #6E6E6E. Windows color (decimal): -12421689 or 13071682. OLE color: 13071682.

HSL color Cylindrical-coordinate representation of color #4275C7: hue angle of 216.99º degrees, saturation: 0.54, 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 #4275C7 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 117 199 -
CMYK 0.67 0.41 0 0.22
HSL 216.99º 0.54% 0.52% -
HSV(B) 216.99º 0.67% 0.78% -
XYZ 18.92 18 56.51 -
YUV 111.1 177.6 95.83 -
System Red Green Blue C M Y K H S L
Decimal 66 117 199 0.67 0.41 0 0.22 216.99 0.54 0.52
Hex 42 75 C7 43 29 0 16 D9 36 34
Octal 102 165 307 103 51 0 26 331 66 64
Binary 1000010 1110101 11000111 1000011 101001 0 10110 11011001 110110 110100

Color Harmonies of #4275C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4275C7

Black with #4275C7

Text Example


Text Example

White with #4275C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4275C7; }

 p { color: rgb(66,117,199); }

 H1.HeaderClassName
 {
   color: #4275C7;
 }
 .AnyTagClassName
 {
   color: #4275C7;
 }
</style>

background-color css

<style>
 a { background-color: #4275C7; }

 a { background-color: rgb(66,117,199); }

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

border-color css

<style>
 span { border-color: #4275C7; }

 span { border-color: rgb(66,117,199); }

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