#4282AD

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

Shades of Steel Blue #4282AD

Tints of Steel Blue #4282AD

Color information

#4282AD (or 0x4282AD) is unknown color: approx Steel Blue. HEX triplet: 42, 82 and AD. RGB value is (66,130,173). Sum of RGB (Red+Green+Blue) = 66+130+173=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #4282AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4282AD is #BD7D52. Grayscale: #737373. Windows color (decimal): -12418387 or 11371074. OLE color: 11371074.

HSL color Cylindrical-coordinate representation of color #4282AD: hue angle of 204.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4282AD is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB66130173-
CMYK0.620.2500.32
HSL204.11º44.77%46.86%-
HSV(B)204.11º61.85%67.84%-
XYZ17.7720.1442.49-
YUV115.77160.392.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.89%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 173 (67.97% from 255) = 46.88%
R=17.89%
G=35.23%
B=46.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661301730.620.2500.32204.1144.7746.86
Hex4282AD3E19020cc2d2f
Octal10220225576310403145557
Binary1000010100000101010110111111011001010000011001100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4282AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4282AD; }

 p { color: rgb(66,130,173); }

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

<style>
 a { background-color: #4282AD; }

 a { background-color: rgb(66,130,173); }

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

<style>
 span { border-color: #4282AD; }

 span { border-color: rgb(66,130,173); }

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