#4B74B4

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

Shades of Steel Blue #4B74B4

Tints of Steel Blue #4B74B4

Color information

#4B74B4 (or 0x4B74B4) is unknown color: approx Steel Blue. HEX triplet: 4B, 74 and B4. RGB value is (75,116,180). Sum of RGB (Red+Green+Blue) = 75+116+180=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #4B74B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B74B4 is #B48B4B. Grayscale: #6E6E6E. Windows color (decimal): -11832140 or 11826251. OLE color: 11826251.

HSL color Cylindrical-coordinate representation of color #4B74B4: hue angle of 216.57º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B74B4 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB75116180-
CMYK0.580.3600.29
HSL216.57º41.18%50%-
HSV(B)216.57º58.33%70.59%-
XYZ17.3917.2845.6-
YUV111.04166.92102.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.22%
GREEN value IS 116 (45.70% from 255) = 31.27%
BLUE value IS 180 (70.70% from 255) = 48.52%
R=20.22%
G=31.27%
B=48.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751161800.580.3600.29216.5741.1850
Hex4B74B43A2401Dd92932
Octal11316426472440353315162
Binary100101111101001011010011101010010001110111011001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B74B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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