#4C75AF

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

Shades of Steel Blue #4C75AF

Tints of Steel Blue #4C75AF

Color information

#4C75AF (or 0x4C75AF) is unknown color: approx Steel Blue. HEX triplet: 4C, 75 and AF. RGB value is (76,117,175). Sum of RGB (Red+Green+Blue) = 76+117+175=368 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.65% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #4C75AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C75AF is #B38A50. Grayscale: #6F6F6F. Windows color (decimal): -11766353 or 11498828. OLE color: 11498828.

HSL color Cylindrical-coordinate representation of color #4C75AF: hue angle of 215.15º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C75AF is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB76117175-
CMYK0.570.3300.31
HSL215.15º39.44%49.22%-
HSV(B)215.15º56.57%68.63%-
XYZ17.0817.3543.01-
YUV111.35163.92102.78-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.65%
GREEN value IS 117 (46.09% from 255) = 31.79%
BLUE value IS 175 (68.75% from 255) = 47.55%
R=20.65%
G=31.79%
B=47.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761171750.570.3300.31215.1539.4449.22
Hex4C75AF392101Fd72731
Octal11416525771410373274761
Binary100110011101011010111111100110000101111111010111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C75AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,117,175); }

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

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

 a { background-color: rgb(76,117,175); }

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

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

 span { border-color: rgb(76,117,175); }

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