Html Css Color HEX #4C7AAE Steel Blue

📋 copy color: '#4C7AAE'

red 76 ◦ green 122 ◦ blue 174

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

Shades of Steel Blue #4C7AAE

Tints of Steel Blue #4C7AAE

RGB

 RED value IS 76 (30.08% from 255) = 20.43%

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

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

R = 20.43%
G = 32.8%
B = 46.77%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4C7AAE (or 0x4C7AAE) is known color: Steel Blue. HEX triplet: 4C, 7A and AE. RGB value is (76,122,174). Sum of RGB (Red+Green+Blue) = 76+122+174=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C7AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7AAE is #B38551. Grayscale: #717171. Windows color (decimal): -11765074 or 11434572. OLE color: 11434572.

HSL color Cylindrical-coordinate representation of color #4C7AAE: hue angle of 211.84º 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 #4C7AAE is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 76 122 174 -
CMYK 0.56 0.30 0 0.32
HSL 211.84º 0.39% 0.49% -
HSV(B) 211.84º 0.56% 0.68% -
XYZ 17.58 18.51 42.69 -
YUV 114.17 161.76 100.77 -
System Red Green Blue C M Y K H S L
Decimal 76 122 174 0.56 0.30 0 0.32 211.84 0.39 0.49
Hex 4C 7A AE 38 1E 0 20 D4 27 31
Octal 114 172 256 70 36 0 40 324 47 61
Binary 1001100 1111010 10101110 111000 11110 0 100000 11010100 100111 110001

Color Harmonies of #4C7AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7AAE

Black with #4C7AAE

Text Example


Text Example

White with #4C7AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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