Html Css Color HEX #426190 Mariner

📋 copy color: '#426190'

red 66 ◦ green 97 ◦ blue 144

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

Shades of Mariner #426190

Tints of Mariner #426190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.91%

R = 21.5%
G = 31.6%
B = 46.91%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#426190 (or 0x426190) is known color: Mariner. HEX triplet: 42, 61 and 90. RGB value is (66,97,144). Sum of RGB (Red+Green+Blue) = 66+97+144=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #426190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426190 is #BD9E6F. Grayscale: #5C5C5C. Windows color (decimal): -12426864 or 9462082. OLE color: 9462082.

HSL color Cylindrical-coordinate representation of color #426190: hue angle of 216.15º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #426190 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 97 144 -
CMYK 0.54 0.33 0 0.44
HSL 216.15º 0.37% 0.41% -
HSV(B) 216.15º 0.54% 0.56% -
XYZ 11.56 11.72 28.04 -
YUV 93.09 156.73 108.68 -
System Red Green Blue C M Y K H S L
Decimal 66 97 144 0.54 0.33 0 0.44 216.15 0.37 0.41
Hex 42 61 90 36 21 0 2C D8 25 29
Octal 102 141 220 66 41 0 54 330 45 51
Binary 1000010 1100001 10010000 110110 100001 0 101100 11011000 100101 101001

Color Harmonies of #426190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426190

Black with #426190

Text Example


Text Example

White with #426190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426190; }

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

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

background-color css

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

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

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

border-color css

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

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

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