Html Css Color HEX #425799 Mariner

📋 copy color: '#425799'

red 66 ◦ green 87 ◦ blue 153

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

Shades of Mariner #425799

Tints of Mariner #425799

RGB

 RED value IS 66 (26.17% from 255) = 21.57%

 GREEN value IS 87 (34.38% from 255) = 28.43%

 BLUE value IS 153 (60.16% from 255) = 50%

R = 21.57%
G = 28.43%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#425799 (or 0x425799) is known color: Mariner. HEX triplet: 42, 57 and 99. RGB value is (66,87,153). Sum of RGB (Red+Green+Blue) = 66+87+153=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #425799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425799 is #BDA866. Grayscale: #575757. Windows color (decimal): -12429415 or 10049346. OLE color: 10049346.

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

Color convert

RGB 66 87 153 -
CMYK 0.57 0.43 0 0.4
HSL 225.52º 0.4% 0.43% -
HSV(B) 225.52º 0.57% 0.6% -
XYZ 11.4 10.27 31.52 -
YUV 88.25 164.54 112.13 -
System Red Green Blue C M Y K H S L
Decimal 66 87 153 0.57 0.43 0 0.4 225.52 0.4 0.43
Hex 42 57 99 39 2B 0 28 E2 28 2B
Octal 102 127 231 71 53 0 50 342 50 53
Binary 1000010 1010111 10011001 111001 101011 0 101000 11100010 101000 101011

Color Harmonies of #425799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425799

Black with #425799

Text Example


Text Example

White with #425799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425799; }

 p { color: rgb(66,87,153); }

 H1.HeaderClassName
 {
   color: #425799;
 }
 .AnyTagClassName
 {
   color: #425799;
 }
</style>

background-color css

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

 a { background-color: rgb(66,87,153); }

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

border-color css

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

 span { border-color: rgb(66,87,153); }

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