Html Css Color HEX #4B8ECD Havelock Blue

📋 copy color: '#4B8ECD'

red 75 ◦ green 142 ◦ blue 205

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

Shades of Havelock Blue #4B8ECD

Tints of Havelock Blue #4B8ECD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.65%

 BLUE value IS 205 (80.47% from 255) = 48.58%

R = 17.77%
G = 33.65%
B = 48.58%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4B8ECD (or 0x4B8ECD) is known color: Havelock Blue. HEX triplet: 4B, 8E and CD. RGB value is (75,142,205). Sum of RGB (Red+Green+Blue) = 75+142+205=422 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.77% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B8ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8ECD is #B47132. Grayscale: #808080. Windows color (decimal): -11825459 or 13471307. OLE color: 13471307.

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

Color convert

RGB 75 142 205 -
CMYK 0.63 0.31 0 0.20
HSL 209.08º 0.57% 0.55% -
HSV(B) 209.08º 0.63% 0.8% -
XYZ 23.59 25.25 61.39 -
YUV 129.15 170.8 89.38 -
System Red Green Blue C M Y K H S L
Decimal 75 142 205 0.63 0.31 0 0.20 209.08 0.57 0.55
Hex 4B 8E CD 3F 1F 0 14 D1 39 37
Octal 113 216 315 77 37 0 24 321 71 67
Binary 1001011 10001110 11001101 111111 11111 0 10100 11010001 111001 110111

Color Harmonies of #4B8ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8ECD

Black with #4B8ECD

Text Example


Text Example

White with #4B8ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,142,205); }

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

background-color css

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

 a { background-color: rgb(75,142,205); }

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

border-color css

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

 span { border-color: rgb(75,142,205); }

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