Html Css Color HEX #4B8ACD Havelock Blue

📋 copy color: '#4B8ACD'

red 75 ◦ green 138 ◦ blue 205

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

Shades of Havelock Blue #4B8ACD

Tints of Havelock Blue #4B8ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.01%

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

R = 17.94%
G = 33.01%
B = 49.04%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4B8ACD (or 0x4B8ACD) is known color: Havelock Blue. HEX triplet: 4B, 8A and CD. RGB value is (75,138,205). Sum of RGB (Red+Green+Blue) = 75+138+205=418 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.94% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B8ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8ACD is #B47532. Grayscale: #7E7E7E. Windows color (decimal): -11826483 or 13470283. OLE color: 13470283.

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

Color convert

RGB 75 138 205 -
CMYK 0.63 0.33 0 0.20
HSL 210.92º 0.57% 0.55% -
HSV(B) 210.92º 0.63% 0.8% -
XYZ 23.01 24.08 61.19 -
YUV 126.8 172.13 91.05 -
System Red Green Blue C M Y K H S L
Decimal 75 138 205 0.63 0.33 0 0.20 210.92 0.57 0.55
Hex 4B 8A CD 3F 21 0 14 D3 39 37
Octal 113 212 315 77 41 0 24 323 71 67
Binary 1001011 10001010 11001101 111111 100001 0 10100 11010011 111001 110111

Color Harmonies of #4B8ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8ACD

Black with #4B8ACD

Text Example


Text Example

White with #4B8ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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