#425992

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

Shades of Mariner #425992

Tints of Mariner #425992

Color information

#425992 (or 0x425992) is unknown color: approx Mariner. HEX triplet: 42, 59 and 92. RGB value is (66,89,146). Sum of RGB (Red+Green+Blue) = 66+89+146=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #425992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425992 is #BDA66D. Grayscale: #585858. Windows color (decimal): -12428910 or 9591106. OLE color: 9591106.

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

Color convert

RGB6689146-
CMYK0.550.3900.43
HSL222.75º37.74%41.57%-
HSV(B)222.75º54.79%57.25%-
XYZ11.0110.3828.62-
YUV88.62160.38111.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.93%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 146 (57.42% from 255) = 48.50%
R=21.93%
G=29.57%
B=48.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66891460.550.3900.43222.7537.7441.57
Hex425992372702Bdf262a
Octal10213122267470533374652
Binary1000010101100110010010110111100111010101111011111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425992; }

 p { color: rgb(66,89,146); }

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

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

 a { background-color: rgb(66,89,146); }

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

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

 span { border-color: rgb(66,89,146); }

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