Html Css Color HEX #4B8ECE Havelock Blue

📋 copy color: '#4B8ECE'

red 75 ◦ green 142 ◦ blue 206

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

Shades of Havelock Blue #4B8ECE

Tints of Havelock Blue #4B8ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 17.73%
G = 33.57%
B = 48.7%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B8ECE (or 0x4B8ECE) is known color: Havelock Blue. HEX triplet: 4B, 8E and CE. RGB value is (75,142,206). Sum of RGB (Red+Green+Blue) = 75+142+206=423 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.73% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B8ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8ECE is #B47131. Grayscale: #808080. Windows color (decimal): -11825458 or 13536843. OLE color: 13536843.

HSL color Cylindrical-coordinate representation of color #4B8ECE: hue angle of 209.31º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B8ECE is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 142 206 -
CMYK 0.64 0.31 0 0.19
HSL 209.31º 0.57% 0.55% -
HSV(B) 209.31º 0.64% 0.81% -
XYZ 23.72 25.3 62.03 -
YUV 129.26 171.3 89.3 -
System Red Green Blue C M Y K H S L
Decimal 75 142 206 0.64 0.31 0 0.19 209.31 0.57 0.55
Hex 4B 8E CE 40 1F 0 13 D1 39 37
Octal 113 216 316 100 37 0 23 321 71 67
Binary 1001011 10001110 11001110 1000000 11111 0 10011 11010001 111001 110111

Color Harmonies of #4B8ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8ECE

Black with #4B8ECE

Text Example


Text Example

White with #4B8ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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