#415993

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

Shades of Mariner #415993

Tints of Mariner #415993

Color information

#415993 (or 0x415993) is unknown color: approx Mariner. HEX triplet: 41, 59 and 93. RGB value is (65,89,147). Sum of RGB (Red+Green+Blue) = 65+89+147=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #415993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415993 is #BEA66C. Grayscale: #585858. Windows color (decimal): -12494445 or 9656641. OLE color: 9656641.

HSL color Cylindrical-coordinate representation of color #415993: hue angle of 222.44º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #415993 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6589147-
CMYK0.560.3900.42
HSL222.44º38.68%41.57%-
HSV(B)222.44º55.78%57.65%-
XYZ11.0210.3829.03-
YUV88.44161.05111.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.59%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 147 (57.81% from 255) = 48.84%
R=21.59%
G=29.57%
B=48.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65891470.560.3900.42222.4438.6841.57
Hex415993382702Ade272a
Octal10113122370470523364752
Binary1000001101100110010011111000100111010101011011110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415993; }

 p { color: rgb(65,89,147); }

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

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

 a { background-color: rgb(65,89,147); }

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

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

 span { border-color: rgb(65,89,147); }

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