Html Css Color HEX #4D76AD Steel Blue

📋 copy color: '#4D76AD'

red 77 ◦ green 118 ◦ blue 173

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

Shades of Steel Blue #4D76AD

Tints of Steel Blue #4D76AD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.07%

 BLUE value IS 173 (67.97% from 255) = 47.01%

R = 20.92%
G = 32.07%
B = 47.01%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D76AD (or 0x4D76AD) is known color: Steel Blue. HEX triplet: 4D, 76 and AD. RGB value is (77,118,173). Sum of RGB (Red+Green+Blue) = 77+118+173=368 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.92% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D76AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D76AD is #B28952. Grayscale: #6F6F6F. Windows color (decimal): -11700563 or 11368013. OLE color: 11368013.

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

Color convert

RGB 77 118 173 -
CMYK 0.55 0.32 0 0.32
HSL 214.38º 0.38% 0.49% -
HSV(B) 214.38º 0.55% 0.68% -
XYZ 17.08 17.55 42.02 -
YUV 112.01 162.42 103.03 -
System Red Green Blue C M Y K H S L
Decimal 77 118 173 0.55 0.32 0 0.32 214.38 0.38 0.49
Hex 4D 76 AD 37 20 0 20 D6 26 31
Octal 115 166 255 67 40 0 40 326 46 61
Binary 1001101 1110110 10101101 110111 100000 0 100000 11010110 100110 110001

Color Harmonies of #4D76AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D76AD

Black with #4D76AD

Text Example


Text Example

White with #4D76AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,118,173); }

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

background-color css

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

 a { background-color: rgb(77,118,173); }

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

border-color css

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

 span { border-color: rgb(77,118,173); }

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