#4B74B0

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

Shades of Steel Blue #4B74B0

Tints of Steel Blue #4B74B0

Color information

#4B74B0 (or 0x4B74B0) is unknown color: approx Steel Blue. HEX triplet: 4B, 74 and B0. RGB value is (75,116,176). Sum of RGB (Red+Green+Blue) = 75+116+176=367 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.44% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 176 (69.14% from 255 or 47.96% from 367); Max value from RGB is 176 - color contains mainly: blue. Hex color #4B74B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B74B0 is #B48B4F. Grayscale: #6E6E6E. Windows color (decimal): -11832144 or 11564107. OLE color: 11564107.

HSL color Cylindrical-coordinate representation of color #4B74B0: hue angle of 215.64º degrees, saturation: 0.4, 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 #4B74B0 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB75116176-
CMYK0.570.3400.31
HSL215.64º40.24%49.22%-
HSV(B)215.64º57.39%69.02%-
XYZ16.9817.1243.48-
YUV110.58164.92102.62-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.44%
GREEN value IS 116 (45.70% from 255) = 31.61%
BLUE value IS 176 (69.14% from 255) = 47.96%
R=20.44%
G=31.61%
B=47.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal751161760.570.3400.31215.6440.2449.22
Hex4B74B0392201Fd82831
Octal11316426071420373305061
Binary100101111101001011000011100110001001111111011000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B74B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,116,176); }

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

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

 a { background-color: rgb(75,116,176); }

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

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

 span { border-color: rgb(75,116,176); }

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