#425B92

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

Shades of Mariner #425B92

Tints of Mariner #425B92

Color information

#425B92 (or 0x425B92) is unknown color: approx Mariner. HEX triplet: 42, 5B and 92. RGB value is (66,91,146). Sum of RGB (Red+Green+Blue) = 66+91+146=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #425B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425B92 is #BDA46D. Grayscale: #595959. Windows color (decimal): -12428398 or 9591618. OLE color: 9591618.

HSL color Cylindrical-coordinate representation of color #425B92: hue angle of 221.25º 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 #425B92 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6691146-
CMYK0.550.3800.43
HSL221.25º37.74%41.57%-
HSV(B)221.25º54.79%57.25%-
XYZ11.1810.7228.67-
YUV89.8159.72111.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 91 (35.94% from 255) = 30.03%
BLUE value IS 146 (57.42% from 255) = 48.18%
R=21.78%
G=30.03%
B=48.18%

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
Decimal66911460.550.3800.43221.2537.7441.57
Hex425B92372602Bdd262a
Octal10213322267460533354652
Binary1000010101101110010010110111100110010101111011101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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