#4B74AF

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

Shades of Steel Blue #4B74AF

Tints of Steel Blue #4B74AF

Color information

#4B74AF (or 0x4B74AF) is unknown color: approx Steel Blue. HEX triplet: 4B, 74 and AF. RGB value is (75,116,175). Sum of RGB (Red+Green+Blue) = 75+116+175=366 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.49% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #4B74AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B74AF is #B48B50. Grayscale: #6E6E6E. Windows color (decimal): -11832145 or 11498571. OLE color: 11498571.

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

Color convert

RGB75116175-
CMYK0.570.3400.31
HSL215.4º40%49.02%-
HSV(B)215.4º57.14%68.63%-
XYZ16.8817.0842.96-
YUV110.47164.42102.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.49%
GREEN value IS 116 (45.70% from 255) = 31.69%
BLUE value IS 175 (68.75% from 255) = 47.81%
R=20.49%
G=31.69%
B=47.81%

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
Decimal751161750.570.3400.31215.44049.02
Hex4B74AF392201Fd72831
Octal11316425771420373275061
Binary100101111101001010111111100110001001111111010111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B74AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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