Html Css Color HEX #4B86AA Steel Blue

📋 copy color: '#4B86AA'

red 75 ◦ green 134 ◦ blue 170

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

Shades of Steel Blue #4B86AA

Tints of Steel Blue #4B86AA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.36%

 BLUE value IS 170 (66.8% from 255) = 44.85%

R = 19.79%
G = 35.36%
B = 44.85%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4B86AA (or 0x4B86AA) is known color: Steel Blue. HEX triplet: 4B, 86 and AA. RGB value is (75,134,170). Sum of RGB (Red+Green+Blue) = 75+134+170=379 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.79% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #4B86AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B86AA is #B47955. Grayscale: #787878. Windows color (decimal): -11827542 or 11175499. OLE color: 11175499.

HSL color Cylindrical-coordinate representation of color #4B86AA: hue angle of 202.74º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B86AA is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 134 170 -
CMYK 0.56 0.21 0 0.33
HSL 202.74º 0.39% 0.48% -
HSV(B) 202.74º 0.56% 0.67% -
XYZ 18.68 21.45 41.19 -
YUV 120.46 155.95 95.57 -
System Red Green Blue C M Y K H S L
Decimal 75 134 170 0.56 0.21 0 0.33 202.74 0.39 0.48
Hex 4B 86 AA 38 15 0 21 CB 27 30
Octal 113 206 252 70 25 0 41 313 47 60
Binary 1001011 10000110 10101010 111000 10101 0 100001 11001011 100111 110000

Color Harmonies of #4B86AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B86AA

Black with #4B86AA

Text Example


Text Example

White with #4B86AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,134,170); }

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

background-color css

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

 a { background-color: rgb(75,134,170); }

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

border-color css

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

 span { border-color: rgb(75,134,170); }

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