#4A81BE

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

Shades of Steel Blue #4A81BE

Tints of Steel Blue #4A81BE

Color information

#4A81BE (or 0x4A81BE) is unknown color: approx Steel Blue. HEX triplet: 4A, 81 and BE. RGB value is (74,129,190). Sum of RGB (Red+Green+Blue) = 74+129+190=393 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.83% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A81BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A81BE is #B57E41. Grayscale: #777777. Windows color (decimal): -11894338 or 12484938. OLE color: 12484938.

HSL color Cylindrical-coordinate representation of color #4A81BE: hue angle of 211.55º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A81BE is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB74129190-
CMYK0.610.3200.25
HSL211.55º47.15%51.76%-
HSV(B)211.55º61.05%74.51%-
XYZ19.9720.8751.69-
YUV119.51167.7895.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.83%
GREEN value IS 129 (50.78% from 255) = 32.82%
BLUE value IS 190 (74.61% from 255) = 48.35%
R=18.83%
G=32.82%
B=48.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal741291900.610.3200.25211.5547.1551.76
Hex4A81BE3D20019d42f34
Octal11220127675400313245764
Binary1001010100000011011111011110110000001100111010100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,129,190); }

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

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

 a { background-color: rgb(74,129,190); }

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

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

 span { border-color: rgb(74,129,190); }

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