Html Css Color HEX #4D86AB Steel Blue

📋 copy color: '#4D86AB'

red 77 ◦ green 134 ◦ blue 171

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

Shades of Steel Blue #4D86AB

Tints of Steel Blue #4D86AB

RGB

 RED value IS 77 (30.47% from 255) = 20.16%

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

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 20.16%
G = 35.08%
B = 44.76%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D86AB (or 0x4D86AB) is known color: Steel Blue. HEX triplet: 4D, 86 and AB. RGB value is (77,134,171). Sum of RGB (Red+Green+Blue) = 77+134+171=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D86AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D86AB is #B27954. Grayscale: #787878. Windows color (decimal): -11696469 or 11241037. OLE color: 11241037.

HSL color Cylindrical-coordinate representation of color #4D86AB: hue angle of 203.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D86AB is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 134 171 -
CMYK 0.55 0.22 0 0.33
HSL 203.62º 0.38% 0.49% -
HSV(B) 203.62º 0.55% 0.67% -
XYZ 18.94 21.57 41.69 -
YUV 121.18 156.12 96.49 -
System Red Green Blue C M Y K H S L
Decimal 77 134 171 0.55 0.22 0 0.33 203.62 0.38 0.49
Hex 4D 86 AB 37 16 0 21 CC 26 31
Octal 115 206 253 67 26 0 41 314 46 61
Binary 1001101 10000110 10101011 110111 10110 0 100001 11001100 100110 110001

Color Harmonies of #4D86AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D86AB

Black with #4D86AB

Text Example


Text Example

White with #4D86AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,134,171); }

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

background-color css

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

 a { background-color: rgb(77,134,171); }

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

border-color css

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

 span { border-color: rgb(77,134,171); }

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