Html Css Color HEX #4D7FA2 Steel Blue

📋 copy color: '#4D7FA2'

red 77 ◦ green 127 ◦ blue 162

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

Shades of Steel Blue #4D7FA2

Tints of Steel Blue #4D7FA2

RGB

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

 GREEN value IS 127 (50% from 255) = 34.7%

 BLUE value IS 162 (63.67% from 255) = 44.26%

R = 21.04%
G = 34.7%
B = 44.26%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4D7FA2 (or 0x4D7FA2) is known color: Steel Blue. HEX triplet: 4D, 7F and A2. RGB value is (77,127,162). Sum of RGB (Red+Green+Blue) = 77+127+162=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 162 - color contains mainly: blue. Hex color #4D7FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7FA2 is #B2805D. Grayscale: #737373. Windows color (decimal): -11698270 or 10649421. OLE color: 10649421.

HSL color Cylindrical-coordinate representation of color #4D7FA2: hue angle of 204.71º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D7FA2 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 77 127 162 -
CMYK 0.52 0.22 0 0.36
HSL 204.71º 0.36% 0.47% -
HSV(B) 204.71º 0.52% 0.64% -
XYZ 17.17 19.37 37.02 -
YUV 116.04 153.94 100.15 -
System Red Green Blue C M Y K H S L
Decimal 77 127 162 0.52 0.22 0 0.36 204.71 0.36 0.47
Hex 4D 7F A2 34 16 0 24 CD 24 2F
Octal 115 177 242 64 26 0 44 315 44 57
Binary 1001101 1111111 10100010 110100 10110 0 100100 11001101 100100 101111

Color Harmonies of #4D7FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7FA2

Black with #4D7FA2

Text Example


Text Example

White with #4D7FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,127,162); }

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

background-color css

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

 a { background-color: rgb(77,127,162); }

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

border-color css

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

 span { border-color: rgb(77,127,162); }

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