Html Css Color HEX #4D82AA Steel Blue

📋 copy color: '#4D82AA'

red 77 ◦ green 130 ◦ blue 170

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

Shades of Steel Blue #4D82AA

Tints of Steel Blue #4D82AA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.48%

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

R = 20.42%
G = 34.48%
B = 45.09%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D82AA (or 0x4D82AA) is known color: Steel Blue. HEX triplet: 4D, 82 and AA. RGB value is (77,130,170). Sum of RGB (Red+Green+Blue) = 77+130+170=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D82AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D82AA is #B27D55. Grayscale: #767676. Windows color (decimal): -11697494 or 11174477. OLE color: 11174477.

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

Color convert

RGB 77 130 170 -
CMYK 0.55 0.24 0 0.33
HSL 205.81º 0.38% 0.48% -
HSV(B) 205.81º 0.55% 0.67% -
XYZ 18.3 20.45 41.01 -
YUV 118.71 156.94 98.25 -
System Red Green Blue C M Y K H S L
Decimal 77 130 170 0.55 0.24 0 0.33 205.81 0.38 0.48
Hex 4D 82 AA 37 18 0 21 CE 26 30
Octal 115 202 252 67 30 0 41 316 46 60
Binary 1001101 10000010 10101010 110111 11000 0 100001 11001110 100110 110000

Color Harmonies of #4D82AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D82AA

Black with #4D82AA

Text Example


Text Example

White with #4D82AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,130,170); }

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

background-color css

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

 a { background-color: rgb(77,130,170); }

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

border-color css

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

 span { border-color: rgb(77,130,170); }

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