#415893

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

Shades of Mariner #415893

Tints of Mariner #415893

Color information

#415893 (or 0x415893) is unknown color: approx Mariner. HEX triplet: 41, 58 and 93. RGB value is (65,88,147). Sum of RGB (Red+Green+Blue) = 65+88+147=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #415893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415893 is #BEA76C. Grayscale: #575757. Windows color (decimal): -12494701 or 9656385. OLE color: 9656385.

HSL color Cylindrical-coordinate representation of color #415893: hue angle of 223.17º 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 #415893 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6588147-
CMYK0.560.4000.42
HSL223.17º38.68%41.57%-
HSV(B)223.17º55.78%57.65%-
XYZ10.9410.2129-
YUV87.85161.38111.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.67%
GREEN value IS 88 (34.77% from 255) = 29.33%
BLUE value IS 147 (57.81% from 255) = 49%
R=21.67%
G=29.33%
B=49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65881470.560.4000.42223.1738.6841.57
Hex415893382802Adf272a
Octal10113022370500523374752
Binary1000001101100010010011111000101000010101011011111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415893; }

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

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

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

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

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

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

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

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