Html Css Color HEX #4B7DCC Havelock Blue

📋 copy color: '#4B7DCC'

red 75 ◦ green 125 ◦ blue 204

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

Shades of Havelock Blue #4B7DCC

Tints of Havelock Blue #4B7DCC

RGB

 RED value IS 75 (29.69% from 255) = 18.56%

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

 BLUE value IS 204 (80.08% from 255) = 50.5%

R = 18.56%
G = 30.94%
B = 50.5%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4B7DCC (or 0x4B7DCC) is known color: Havelock Blue. HEX triplet: 4B, 7D and CC. RGB value is (75,125,204). Sum of RGB (Red+Green+Blue) = 75+125+204=404 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.56% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B7DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7DCC is #B48233. Grayscale: #767676. Windows color (decimal): -11829812 or 13401419. OLE color: 13401419.

HSL color Cylindrical-coordinate representation of color #4B7DCC: hue angle of 216.74º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B7DCC is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 75 125 204 -
CMYK 0.63 0.39 0 0.2
HSL 216.74º 0.56% 0.55% -
HSV(B) 216.74º 0.63% 0.8% -
XYZ 21.13 20.52 59.97 -
YUV 119.06 175.94 96.58 -
System Red Green Blue C M Y K H S L
Decimal 75 125 204 0.63 0.39 0 0.2 216.74 0.56 0.55
Hex 4B 7D CC 3F 27 0 14 D9 38 37
Octal 113 175 314 77 47 0 24 331 70 67
Binary 1001011 1111101 11001100 111111 100111 0 10100 11011001 111000 110111

Color Harmonies of #4B7DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7DCC

Black with #4B7DCC

Text Example


Text Example

White with #4B7DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,125,204); }

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

background-color css

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

 a { background-color: rgb(75,125,204); }

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

border-color css

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

 span { border-color: rgb(75,125,204); }

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