#416FB3

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

Shades of Steel Blue #416FB3

Tints of Steel Blue #416FB3

Color information

#416FB3 (or 0x416FB3) is unknown color: approx Steel Blue. HEX triplet: 41, 6F and B3. RGB value is (65,111,179). Sum of RGB (Red+Green+Blue) = 65+111+179=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #416FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416FB3 is #BE904C. Grayscale: #686868. Windows color (decimal): -12488781 or 11759425. OLE color: 11759425.

HSL color Cylindrical-coordinate representation of color #416FB3: hue angle of 215.79º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #416FB3 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB65111179-
CMYK0.640.3800.30
HSL215.79º46.72%47.84%-
HSV(B)215.79º63.69%70.2%-
XYZ1615.7544.84-
YUV105169.7699.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.31%
GREEN value IS 111 (43.75% from 255) = 31.27%
BLUE value IS 179 (70.31% from 255) = 50.42%
R=18.31%
G=31.27%
B=50.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal651111790.640.3800.30215.7946.7247.84
Hex416FB3402601Ed82f30
Octal101157263100460363305760
Binary1000001110111110110011100000010011001111011011000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416FB3; }

 p { color: rgb(65,111,179); }

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

<style>
 a { background-color: #416FB3; }

 a { background-color: rgb(65,111,179); }

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

<style>
 span { border-color: #416FB3; }

 span { border-color: rgb(65,111,179); }

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