#415B92

Color #415B92 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #415B92

Tints of Mariner #415B92

Color information

#415B92 (or 0x415B92) is unknown color: approx Mariner. HEX triplet: 41, 5B and 92. RGB value is (65,91,146). Sum of RGB (Red+Green+Blue) = 65+91+146=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #415B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415B92 is #BEA46D. Grayscale: #595959. Windows color (decimal): -12493934 or 9591617. OLE color: 9591617.

HSL color Cylindrical-coordinate representation of color #415B92: hue angle of 220.74º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #415B92 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6591146-
CMYK0.550.3800.43
HSL220.74º38.39%41.37%-
HSV(B)220.74º55.48%57.25%-
XYZ11.1110.6828.67-
YUV89.5159.89110.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.52%
GREEN value IS 91 (35.94% from 255) = 30.13%
BLUE value IS 146 (57.42% from 255) = 48.34%
R=21.52%
G=30.13%
B=48.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65911460.550.3800.43220.7438.3941.37
Hex415B92372602Bdd2629
Octal10113322267460533354651
Binary1000001101101110010010110111100110010101111011101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415B92; }

 p { color: rgb(65,91,146); }

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

<style>
 a { background-color: #415B92; }

 a { background-color: rgb(65,91,146); }

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

<style>
 span { border-color: #415B92; }

 span { border-color: rgb(65,91,146); }

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