Html Css Color HEX #425699 Mariner

📋 copy color: '#425699'

red 66 ◦ green 86 ◦ blue 153

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

Shades of Mariner #425699

Tints of Mariner #425699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.2%

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

R = 21.64%
G = 28.2%
B = 50.16%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#425699 (or 0x425699) is known color: Mariner. HEX triplet: 42, 56 and 99. RGB value is (66,86,153). Sum of RGB (Red+Green+Blue) = 66+86+153=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #425699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425699 is #BDA966. Grayscale: #575757. Windows color (decimal): -12429671 or 10049090. OLE color: 10049090.

HSL color Cylindrical-coordinate representation of color #425699: hue angle of 226.21º 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 #425699 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 86 153 -
CMYK 0.57 0.44 0 0.4
HSL 226.21º 0.4% 0.43% -
HSV(B) 226.21º 0.57% 0.6% -
XYZ 11.32 10.11 31.49 -
YUV 87.66 164.87 112.55 -
System Red Green Blue C M Y K H S L
Decimal 66 86 153 0.57 0.44 0 0.4 226.21 0.4 0.43
Hex 42 56 99 39 2C 0 28 E2 28 2B
Octal 102 126 231 71 54 0 50 342 50 53
Binary 1000010 1010110 10011001 111001 101100 0 101000 11100010 101000 101011

Color Harmonies of #425699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425699

Black with #425699

Text Example


Text Example

White with #425699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425699; }

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

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

background-color css

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

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

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

border-color css

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

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

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