Html Css Color HEX #4D7BAE Steel Blue

📋 copy color: '#4D7BAE'

red 77 ◦ green 123 ◦ blue 174

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

Shades of Steel Blue #4D7BAE

Tints of Steel Blue #4D7BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.89%

 BLUE value IS 174 (68.36% from 255) = 46.52%

R = 20.59%
G = 32.89%
B = 46.52%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D7BAE (or 0x4D7BAE) is known color: Steel Blue. HEX triplet: 4D, 7B and AE. RGB value is (77,123,174). Sum of RGB (Red+Green+Blue) = 77+123+174=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D7BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7BAE is #B28451. Grayscale: #727272. Windows color (decimal): -11699282 or 11434829. OLE color: 11434829.

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

Color convert

RGB 77 123 174 -
CMYK 0.56 0.29 0 0.32
HSL 211.55º 0.39% 0.49% -
HSV(B) 211.55º 0.56% 0.68% -
XYZ 17.78 18.8 42.74 -
YUV 115.06 161.26 100.85 -
System Red Green Blue C M Y K H S L
Decimal 77 123 174 0.56 0.29 0 0.32 211.55 0.39 0.49
Hex 4D 7B AE 38 1D 0 20 D4 27 31
Octal 115 173 256 70 35 0 40 324 47 61
Binary 1001101 1111011 10101110 111000 11101 0 100000 11010100 100111 110001

Color Harmonies of #4D7BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7BAE

Black with #4D7BAE

Text Example


Text Example

White with #4D7BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,123,174); }

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

background-color css

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

 a { background-color: rgb(77,123,174); }

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

border-color css

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

 span { border-color: rgb(77,123,174); }

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