#4C7BA3

Color #4C7BA3 Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #4C7BA3

Tints of Steel Blue #4C7BA3

Color information

#4C7BA3 (or 0x4C7BA3) is unknown color: approx Steel Blue. HEX triplet: 4C, 7B and A3. RGB value is (76,123,163). Sum of RGB (Red+Green+Blue) = 76+123+163=362 (47% of max value = 765). Red value is 76 (30.08% from 255 or 20.99% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 163 (64.06% from 255 or 45.03% from 362); Max value from RGB is 163 - color contains mainly: blue. Hex color #4C7BA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7BA3 is #B3845C. Grayscale: #717171. Windows color (decimal): -11764829 or 10713932. OLE color: 10713932.

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

Color convert

RGB76123163-
CMYK0.530.2500.36
HSL207.59º36.4%46.86%-
HSV(B)207.59º53.37%63.92%-
XYZ16.6718.3537.31-
YUV113.51155.93101.25-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.99%
GREEN value IS 123 (48.44% from 255) = 33.98%
BLUE value IS 163 (64.06% from 255) = 45.03%
R=20.99%
G=33.98%
B=45.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal761231630.530.2500.36207.5936.446.86
Hex4C7BA33519024d0242f
Octal11417324365310443204457
Binary100110011110111010001111010111001010010011010000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,123,163); }

 H1.HeaderClassName
 {
   color: #4C7BA3;
 }
 .AnyTagClassName
 {
   color: #4C7BA3;
 }
</style>
background-color css

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

 a { background-color: rgb(76,123,163); }

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

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

 span { border-color: rgb(76,123,163); }

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