Html Css Color HEX #4B7AAE Steel Blue

📋 copy color: '#4B7AAE'

red 75 ◦ green 122 ◦ blue 174

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

Shades of Steel Blue #4B7AAE

Tints of Steel Blue #4B7AAE

RGB

 RED value IS 75 (29.69% from 255) = 20.22%

 GREEN value IS 122 (48.05% from 255) = 32.88%

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

R = 20.22%
G = 32.88%
B = 46.9%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4B7AAE (or 0x4B7AAE) is known color: Steel Blue. HEX triplet: 4B, 7A and AE. RGB value is (75,122,174). Sum of RGB (Red+Green+Blue) = 75+122+174=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B7AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7AAE is #B48551. Grayscale: #717171. Windows color (decimal): -11830610 or 11434571. OLE color: 11434571.

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

Color convert

RGB 75 122 174 -
CMYK 0.57 0.30 0 0.32
HSL 211.52º 0.4% 0.49% -
HSV(B) 211.52º 0.57% 0.68% -
XYZ 17.5 18.47 42.69 -
YUV 113.88 161.93 100.27 -
System Red Green Blue C M Y K H S L
Decimal 75 122 174 0.57 0.30 0 0.32 211.52 0.4 0.49
Hex 4B 7A AE 39 1E 0 20 D4 28 31
Octal 113 172 256 71 36 0 40 324 50 61
Binary 1001011 1111010 10101110 111001 11110 0 100000 11010100 101000 110001

Color Harmonies of #4B7AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7AAE

Black with #4B7AAE

Text Example


Text Example

White with #4B7AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,122,174); }

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

background-color css

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

 a { background-color: rgb(75,122,174); }

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

border-color css

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

 span { border-color: rgb(75,122,174); }

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