Html Css Color HEX #4D7CAA Steel Blue

📋 copy color: '#4D7CAA'

red 77 ◦ green 124 ◦ blue 170

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

Shades of Steel Blue #4D7CAA

Tints of Steel Blue #4D7CAA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.42%

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

R = 20.75%
G = 33.42%
B = 45.82%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D7CAA (or 0x4D7CAA) is known color: Steel Blue. HEX triplet: 4D, 7C and AA. RGB value is (77,124,170). Sum of RGB (Red+Green+Blue) = 77+124+170=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D7CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7CAA is #B28355. Grayscale: #727272. Windows color (decimal): -11699030 or 11172941. OLE color: 11172941.

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

Color convert

RGB 77 124 170 -
CMYK 0.55 0.27 0 0.33
HSL 209.68º 0.38% 0.48% -
HSV(B) 209.68º 0.55% 0.67% -
XYZ 17.52 18.9 40.75 -
YUV 115.19 158.93 100.76 -
System Red Green Blue C M Y K H S L
Decimal 77 124 170 0.55 0.27 0 0.33 209.68 0.38 0.48
Hex 4D 7C AA 37 1B 0 21 D2 26 30
Octal 115 174 252 67 33 0 41 322 46 60
Binary 1001101 1111100 10101010 110111 11011 0 100001 11010010 100110 110000

Color Harmonies of #4D7CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7CAA

Black with #4D7CAA

Text Example


Text Example

White with #4D7CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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