#4B7BA4

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

Shades of Steel Blue #4B7BA4

Tints of Steel Blue #4B7BA4

Color information

#4B7BA4 (or 0x4B7BA4) is unknown color: approx Steel Blue. HEX triplet: 4B, 7B and A4. RGB value is (75,123,164). Sum of RGB (Red+Green+Blue) = 75+123+164=362 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.72% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 164 (64.45% from 255 or 45.30% from 362); Max value from RGB is 164 - color contains mainly: blue. Hex color #4B7BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7BA4 is #B4845B. Grayscale: #717171. Windows color (decimal): -11830364 or 10779467. OLE color: 10779467.

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

Color convert

RGB75123164-
CMYK0.540.2500.36
HSL207.64º37.24%46.86%-
HSV(B)207.64º54.27%64.31%-
XYZ16.6918.3437.78-
YUV113.32156.6100.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.72%
GREEN value IS 123 (48.44% from 255) = 33.98%
BLUE value IS 164 (64.45% from 255) = 45.30%
R=20.72%
G=33.98%
B=45.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal751231640.540.2500.36207.6437.2446.86
Hex4B7BA43619024d0252f
Octal11317324466310443204557
Binary100101111110111010010011011011001010010011010000100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,123,164); }

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

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

 a { background-color: rgb(75,123,164); }

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

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

 span { border-color: rgb(75,123,164); }

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