Html Css Color HEX #425992 Mariner

📋 copy color: '#425992'

red 66 ◦ green 89 ◦ blue 146

#425992
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #425992

Tints of Mariner #425992

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.5%

R = 21.93%
G = 29.57%
B = 48.5%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#425992 (or 0x425992) is known color: 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

RGB 66 89 146 -
CMYK 0.55 0.39 0 0.43
HSL 222.75º 0.38% 0.42% -
HSV(B) 222.75º 0.55% 0.57% -
XYZ 11.01 10.38 28.62 -
YUV 88.62 160.38 111.87 -
System Red Green Blue C M Y K H S L
Decimal 66 89 146 0.55 0.39 0 0.43 222.75 0.38 0.42
Hex 42 59 92 37 27 0 2B DF 26 2A
Octal 102 131 222 67 47 0 53 337 46 52
Binary 1000010 1011001 10010010 110111 100111 0 101011 11011111 100110 101010

Color Harmonies of #425992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425992

Black with #425992

Text Example


Text Example

White with #425992

Text Example


Text Example

HTML Codes & Css Web 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>