Html Css Color HEX #426091 Mariner

📋 copy color: '#426091'

red 66 ◦ green 96 ◦ blue 145

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

Shades of Mariner #426091

Tints of Mariner #426091

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.27%

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

R = 21.5%
G = 31.27%
B = 47.23%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#426091 (or 0x426091) is known color: Mariner. HEX triplet: 42, 60 and 91. RGB value is (66,96,145). Sum of RGB (Red+Green+Blue) = 66+96+145=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #426091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426091 is #BD9F6E. Grayscale: #5C5C5C. Windows color (decimal): -12427119 or 9527362. OLE color: 9527362.

HSL color Cylindrical-coordinate representation of color #426091: hue angle of 217.22º 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 #426091 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 96 145 -
CMYK 0.54 0.34 0 0.43
HSL 217.22º 0.37% 0.41% -
HSV(B) 217.22º 0.54% 0.57% -
XYZ 11.54 11.57 28.41 -
YUV 92.62 157.56 109.02 -
System Red Green Blue C M Y K H S L
Decimal 66 96 145 0.54 0.34 0 0.43 217.22 0.37 0.41
Hex 42 60 91 36 22 0 2B D9 25 29
Octal 102 140 221 66 42 0 53 331 45 51
Binary 1000010 1100000 10010001 110110 100010 0 101011 11011001 100101 101001

Color Harmonies of #426091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426091

Black with #426091

Text Example


Text Example

White with #426091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426091; }

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

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

background-color css

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

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

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

border-color css

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

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

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