Html Css Color HEX #4D80AE Steel Blue

📋 copy color: '#4D80AE'

red 77 ◦ green 128 ◦ blue 174

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

Shades of Steel Blue #4D80AE

Tints of Steel Blue #4D80AE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.77%

 BLUE value IS 174 (68.36% from 255) = 45.91%

R = 20.32%
G = 33.77%
B = 45.91%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D80AE (or 0x4D80AE) is known color: Steel Blue. HEX triplet: 4D, 80 and AE. RGB value is (77,128,174). Sum of RGB (Red+Green+Blue) = 77+128+174=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D80AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D80AE is #B27F51. Grayscale: #757575. Windows color (decimal): -11698002 or 11436109. OLE color: 11436109.

HSL color Cylindrical-coordinate representation of color #4D80AE: hue angle of 208.45º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D80AE is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 128 174 -
CMYK 0.56 0.26 0 0.32
HSL 208.45º 0.39% 0.49% -
HSV(B) 208.45º 0.56% 0.68% -
XYZ 18.42 20.07 42.95 -
YUV 118 159.6 98.76 -
System Red Green Blue C M Y K H S L
Decimal 77 128 174 0.56 0.26 0 0.32 208.45 0.39 0.49
Hex 4D 80 AE 38 1A 0 20 D0 27 31
Octal 115 200 256 70 32 0 40 320 47 61
Binary 1001101 10000000 10101110 111000 11010 0 100000 11010000 100111 110001

Color Harmonies of #4D80AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D80AE

Black with #4D80AE

Text Example


Text Example

White with #4D80AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,128,174); }

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

background-color css

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

 a { background-color: rgb(77,128,174); }

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

border-color css

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

 span { border-color: rgb(77,128,174); }

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