Html Css Color HEX #4D7EAA Steel Blue

📋 copy color: '#4D7EAA'

red 77 ◦ green 126 ◦ blue 170

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

Shades of Steel Blue #4D7EAA

Tints of Steel Blue #4D7EAA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.78%

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

R = 20.64%
G = 33.78%
B = 45.58%

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

#4D7EAA (or 0x4D7EAA) is known color: Steel Blue. HEX triplet: 4D, 7E and AA. RGB value is (77,126,170). Sum of RGB (Red+Green+Blue) = 77+126+170=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D7EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7EAA is #B28155. Grayscale: #747474. Windows color (decimal): -11698518 or 11173453. OLE color: 11173453.

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

Color convert

RGB 77 126 170 -
CMYK 0.55 0.26 0 0.33
HSL 208.39º 0.38% 0.48% -
HSV(B) 208.39º 0.55% 0.67% -
XYZ 17.78 19.4 40.84 -
YUV 116.37 158.27 99.92 -
System Red Green Blue C M Y K H S L
Decimal 77 126 170 0.55 0.26 0 0.33 208.39 0.38 0.48
Hex 4D 7E AA 37 1A 0 21 D0 26 30
Octal 115 176 252 67 32 0 41 320 46 60
Binary 1001101 1111110 10101010 110111 11010 0 100001 11010000 100110 110000

Color Harmonies of #4D7EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7EAA

Black with #4D7EAA

Text Example


Text Example

White with #4D7EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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