Html Css Color HEX #4B7FCB Havelock Blue

📋 copy color: '#4B7FCB'

red 75 ◦ green 127 ◦ blue 203

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

Shades of Havelock Blue #4B7FCB

Tints of Havelock Blue #4B7FCB

RGB

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

 GREEN value IS 127 (50% from 255) = 31.36%

 BLUE value IS 203 (79.69% from 255) = 50.12%

R = 18.52%
G = 31.36%
B = 50.12%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4B7FCB (or 0x4B7FCB) is known color: Havelock Blue. HEX triplet: 4B, 7F and CB. RGB value is (75,127,203). Sum of RGB (Red+Green+Blue) = 75+127+203=405 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.52% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B7FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7FCB is #B48034. Grayscale: #777777. Windows color (decimal): -11829301 or 13336395. OLE color: 13336395.

HSL color Cylindrical-coordinate representation of color #4B7FCB: hue angle of 215.62º degrees, saturation: 0.55, 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 #4B7FCB is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 75 127 203 -
CMYK 0.63 0.37 0 0.20
HSL 215.63º 0.55% 0.55% -
HSV(B) 215.63º 0.63% 0.8% -
XYZ 21.27 20.99 59.43 -
YUV 120.12 174.77 95.82 -
System Red Green Blue C M Y K H S L
Decimal 75 127 203 0.63 0.37 0 0.20 215.63 0.55 0.55
Hex 4B 7F CB 3F 25 0 14 D8 37 37
Octal 113 177 313 77 45 0 24 330 67 67
Binary 1001011 1111111 11001011 111111 100101 0 10100 11011000 110111 110111

Color Harmonies of #4B7FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7FCB

Black with #4B7FCB

Text Example


Text Example

White with #4B7FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,127,203); }

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

background-color css

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

 a { background-color: rgb(75,127,203); }

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

border-color css

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

 span { border-color: rgb(75,127,203); }

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