Html Css Color HEX #426191 Mariner

📋 copy color: '#426191'

red 66 ◦ green 97 ◦ blue 145

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

Shades of Mariner #426191

Tints of Mariner #426191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 47.08%

R = 21.43%
G = 31.49%
B = 47.08%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#426191 (or 0x426191) is known color: Mariner. HEX triplet: 42, 61 and 91. RGB value is (66,97,145). Sum of RGB (Red+Green+Blue) = 66+97+145=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #426191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426191 is #BD9E6E. Grayscale: #5C5C5C. Windows color (decimal): -12426863 or 9527618. OLE color: 9527618.

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

Color convert

RGB 66 97 145 -
CMYK 0.54 0.33 0 0.43
HSL 216.46º 0.37% 0.41% -
HSV(B) 216.46º 0.54% 0.57% -
XYZ 11.63 11.75 28.44 -
YUV 93.2 157.23 108.6 -
System Red Green Blue C M Y K H S L
Decimal 66 97 145 0.54 0.33 0 0.43 216.46 0.37 0.41
Hex 42 61 91 36 21 0 2B D8 25 29
Octal 102 141 221 66 41 0 53 330 45 51
Binary 1000010 1100001 10010001 110110 100001 0 101011 11011000 100101 101001

Color Harmonies of #426191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426191

Black with #426191

Text Example


Text Example

White with #426191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426191; }

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

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

background-color css

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

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

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

border-color css

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

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

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