Html Css Color HEX #4C7CAE Steel Blue

📋 copy color: '#4C7CAE'

red 76 ◦ green 124 ◦ blue 174

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

Shades of Steel Blue #4C7CAE

Tints of Steel Blue #4C7CAE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.16%

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

R = 20.32%
G = 33.16%
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

#4C7CAE (or 0x4C7CAE) is known color: Steel Blue. HEX triplet: 4C, 7C and AE. RGB value is (76,124,174). Sum of RGB (Red+Green+Blue) = 76+124+174=374 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.32% from 374); Green value is 124 (48.83% from 255 or 33.16% 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 #4C7CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7CAE is #B38351. Grayscale: #737373. Windows color (decimal): -11764562 or 11435084. OLE color: 11435084.

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

Color convert

RGB 76 124 174 -
CMYK 0.56 0.29 0 0.32
HSL 210.61º 0.39% 0.49% -
HSV(B) 210.61º 0.56% 0.68% -
XYZ 17.83 19.01 42.77 -
YUV 115.35 161.1 99.93 -
System Red Green Blue C M Y K H S L
Decimal 76 124 174 0.56 0.29 0 0.32 210.61 0.39 0.49
Hex 4C 7C AE 38 1D 0 20 D3 27 31
Octal 114 174 256 70 35 0 40 323 47 61
Binary 1001100 1111100 10101110 111000 11101 0 100000 11010011 100111 110001

Color Harmonies of #4C7CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7CAE

Black with #4C7CAE

Text Example


Text Example

White with #4C7CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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