Html Css Color HEX #4D80AC Steel Blue

📋 copy color: '#4D80AC'

red 77 ◦ green 128 ◦ blue 172

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

Shades of Steel Blue #4D80AC

Tints of Steel Blue #4D80AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.62%

R = 20.42%
G = 33.95%
B = 45.62%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D80AC (or 0x4D80AC) is known color: Steel Blue. HEX triplet: 4D, 80 and AC. RGB value is (77,128,172). Sum of RGB (Red+Green+Blue) = 77+128+172=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D80AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D80AC is #B27F53. Grayscale: #757575. Windows color (decimal): -11698004 or 11305037. OLE color: 11305037.

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

Color convert

RGB 77 128 172 -
CMYK 0.55 0.26 0 0.33
HSL 207.79º 0.38% 0.49% -
HSV(B) 207.79º 0.55% 0.67% -
XYZ 18.23 19.99 41.93 -
YUV 117.77 158.6 98.92 -
System Red Green Blue C M Y K H S L
Decimal 77 128 172 0.55 0.26 0 0.33 207.79 0.38 0.49
Hex 4D 80 AC 37 1A 0 21 D0 26 31
Octal 115 200 254 67 32 0 41 320 46 61
Binary 1001101 10000000 10101100 110111 11010 0 100001 11010000 100110 110001

Color Harmonies of #4D80AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D80AC

Black with #4D80AC

Text Example


Text Example

White with #4D80AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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