Html Css Color HEX #4D85AB Steel Blue

📋 copy color: '#4D85AB'

red 77 ◦ green 133 ◦ blue 171

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

Shades of Steel Blue #4D85AB

Tints of Steel Blue #4D85AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.91%

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

R = 20.21%
G = 34.91%
B = 44.88%

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

#4D85AB (or 0x4D85AB) is known color: Steel Blue. HEX triplet: 4D, 85 and AB. RGB value is (77,133,171). Sum of RGB (Red+Green+Blue) = 77+133+171=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D85AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D85AB is #B27A54. Grayscale: #787878. Windows color (decimal): -11696725 or 11240781. OLE color: 11240781.

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

Color convert

RGB 77 133 171 -
CMYK 0.55 0.22 0 0.33
HSL 204.26º 0.38% 0.49% -
HSV(B) 204.26º 0.55% 0.67% -
XYZ 18.8 21.29 41.65 -
YUV 120.59 156.45 96.91 -
System Red Green Blue C M Y K H S L
Decimal 77 133 171 0.55 0.22 0 0.33 204.26 0.38 0.49
Hex 4D 85 AB 37 16 0 21 CC 26 31
Octal 115 205 253 67 26 0 41 314 46 61
Binary 1001101 10000101 10101011 110111 10110 0 100001 11001100 100110 110001

Color Harmonies of #4D85AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D85AB

Black with #4D85AB

Text Example


Text Example

White with #4D85AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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