Html Css Color HEX #4C7DD7 Havelock Blue

📋 copy color: '#4C7DD7'

red 76 ◦ green 125 ◦ blue 215

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

Shades of Havelock Blue #4C7DD7

Tints of Havelock Blue #4C7DD7

RGB

 RED value IS 76 (30.08% from 255) = 18.27%

 GREEN value IS 125 (49.22% from 255) = 30.05%

 BLUE value IS 215 (84.38% from 255) = 51.68%

R = 18.27%
G = 30.05%
B = 51.68%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4C7DD7 (or 0x4C7DD7) is known color: Havelock Blue. HEX triplet: 4C, 7D and D7. RGB value is (76,125,215). Sum of RGB (Red+Green+Blue) = 76+125+215=416 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.27% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 215 (84.38% from 255 or 51.68% from 416); Max value from RGB is 215 - color contains mainly: blue. Hex color #4C7DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7DD7 is #B38228. Grayscale: #787878. Windows color (decimal): -11764265 or 14122316. OLE color: 14122316.

HSL color Cylindrical-coordinate representation of color #4C7DD7: hue angle of 218.85º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C7DD7 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 76 125 215 -
CMYK 0.65 0.42 0 0.16
HSL 218.85º 0.63% 0.57% -
HSV(B) 218.85º 0.65% 0.84% -
XYZ 22.58 21.11 67.17 -
YUV 120.61 181.27 96.18 -
System Red Green Blue C M Y K H S L
Decimal 76 125 215 0.65 0.42 0 0.16 218.85 0.63 0.57
Hex 4C 7D D7 41 2A 0 10 DB 3F 39
Octal 114 175 327 101 52 0 20 333 77 71
Binary 1001100 1111101 11010111 1000001 101010 0 10000 11011011 111111 111001

Color Harmonies of #4C7DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7DD7

Black with #4C7DD7

Text Example


Text Example

White with #4C7DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,125,215); }

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

background-color css

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

 a { background-color: rgb(76,125,215); }

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

border-color css

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

 span { border-color: rgb(76,125,215); }

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