#4283B6

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

Shades of Steel Blue #4283B6

Tints of Steel Blue #4283B6

Color information

#4283B6 (or 0x4283B6) is unknown color: approx Steel Blue. HEX triplet: 42, 83 and B6. RGB value is (66,131,182). Sum of RGB (Red+Green+Blue) = 66+131+182=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 182 (71.48% from 255 or 48.02% from 379); Max value from RGB is 182 - color contains mainly: blue. Hex color #4283B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4283B6 is #BD7C49. Grayscale: #757575. Windows color (decimal): -12418122 or 11961154. OLE color: 11961154.

HSL color Cylindrical-coordinate representation of color #4283B6: hue angle of 206.38º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4283B6 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB66131182-
CMYK0.640.2800.29
HSL206.38º46.77%48.63%-
HSV(B)206.38º63.74%71.37%-
XYZ18.8120.7747.27-
YUV117.38164.4791.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.41%
GREEN value IS 131 (51.56% from 255) = 34.56%
BLUE value IS 182 (71.48% from 255) = 48.02%
R=17.41%
G=34.56%
B=48.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal661311820.640.2800.29206.3846.7748.63
Hex4283B6401C01Dce2f31
Octal102203266100340353165761
Binary1000010100000111011011010000001110001110111001110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4283B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4283B6; }

 p { color: rgb(66,131,182); }

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

<style>
 a { background-color: #4283B6; }

 a { background-color: rgb(66,131,182); }

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

<style>
 span { border-color: #4283B6; }

 span { border-color: rgb(66,131,182); }

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