Html Css Color HEX #4B8ADD Havelock Blue

📋 copy color: '#4B8ADD'

red 75 ◦ green 138 ◦ blue 221

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

Shades of Havelock Blue #4B8ADD

Tints of Havelock Blue #4B8ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 17.28%
G = 31.8%
B = 50.92%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4B8ADD (or 0x4B8ADD) is known color: Havelock Blue. HEX triplet: 4B, 8A and DD. RGB value is (75,138,221). Sum of RGB (Red+Green+Blue) = 75+138+221=434 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.28% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #4B8ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8ADD is #B47522. Grayscale: #808080. Windows color (decimal): -11826467 or 14518859. OLE color: 14518859.

HSL color Cylindrical-coordinate representation of color #4B8ADD: hue angle of 214.11º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B8ADD is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 138 221 -
CMYK 0.66 0.38 0 0.13
HSL 214.11º 0.68% 0.58% -
HSV(B) 214.11º 0.66% 0.87% -
XYZ 25.04 24.89 71.89 -
YUV 128.63 180.13 89.75 -
System Red Green Blue C M Y K H S L
Decimal 75 138 221 0.66 0.38 0 0.13 214.11 0.68 0.58
Hex 4B 8A DD 42 26 0 D D6 44 3A
Octal 113 212 335 102 46 0 15 326 104 72
Binary 1001011 10001010 11011101 1000010 100110 0 1101 11010110 1000100 111010

Color Harmonies of #4B8ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8ADD

Black with #4B8ADD

Text Example


Text Example

White with #4B8ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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