Html Css Color HEX #4D79AA Steel Blue

📋 copy color: '#4D79AA'

red 77 ◦ green 121 ◦ blue 170

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

Shades of Steel Blue #4D79AA

Tints of Steel Blue #4D79AA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.88%

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

R = 20.92%
G = 32.88%
B = 46.2%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D79AA (or 0x4D79AA) is known color: Steel Blue. HEX triplet: 4D, 79 and AA. RGB value is (77,121,170). Sum of RGB (Red+Green+Blue) = 77+121+170=368 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.92% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D79AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D79AA is #B28655. Grayscale: #717171. Windows color (decimal): -11699798 or 11172173. OLE color: 11172173.

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

Color convert

RGB 77 121 170 -
CMYK 0.55 0.29 0 0.33
HSL 211.61º 0.38% 0.48% -
HSV(B) 211.61º 0.55% 0.67% -
XYZ 17.15 18.15 40.63 -
YUV 113.43 159.92 102.02 -
System Red Green Blue C M Y K H S L
Decimal 77 121 170 0.55 0.29 0 0.33 211.61 0.38 0.48
Hex 4D 79 AA 37 1D 0 21 D4 26 30
Octal 115 171 252 67 35 0 41 324 46 60
Binary 1001101 1111001 10101010 110111 11101 0 100001 11010100 100110 110000

Color Harmonies of #4D79AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D79AA

Black with #4D79AA

Text Example


Text Example

White with #4D79AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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