Html Css Color HEX #426199 Mariner

📋 copy color: '#426199'

red 66 ◦ green 97 ◦ blue 153

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

Shades of Mariner #426199

Tints of Mariner #426199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.7%

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

R = 20.89%
G = 30.7%
B = 48.42%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#426199 (or 0x426199) is known color: Mariner. HEX triplet: 42, 61 and 99. RGB value is (66,97,153). Sum of RGB (Red+Green+Blue) = 66+97+153=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #426199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426199 is #BD9E66. Grayscale: #5D5D5D. Windows color (decimal): -12426855 or 10051906. OLE color: 10051906.

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

Color convert

RGB 66 97 153 -
CMYK 0.57 0.37 0 0.4
HSL 218.62º 0.4% 0.43% -
HSV(B) 218.62º 0.57% 0.6% -
XYZ 12.27 12.01 31.81 -
YUV 94.12 161.23 107.95 -
System Red Green Blue C M Y K H S L
Decimal 66 97 153 0.57 0.37 0 0.4 218.62 0.4 0.43
Hex 42 61 99 39 25 0 28 DB 28 2B
Octal 102 141 231 71 45 0 50 333 50 53
Binary 1000010 1100001 10011001 111001 100101 0 101000 11011011 101000 101011

Color Harmonies of #426199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426199

Black with #426199

Text Example


Text Example

White with #426199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426199; }

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

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

background-color css

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

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

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

border-color css

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

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

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