Html Css Color HEX #426391 Mariner

📋 copy color: '#426391'

red 66 ◦ green 99 ◦ blue 145

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

Shades of Mariner #426391

Tints of Mariner #426391

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.94%

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

R = 21.29%
G = 31.94%
B = 46.77%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#426391 (or 0x426391) is known color: Mariner. HEX triplet: 42, 63 and 91. RGB value is (66,99,145). Sum of RGB (Red+Green+Blue) = 66+99+145=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #426391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426391 is #BD9C6E. Grayscale: #5E5E5E. Windows color (decimal): -12426351 or 9528130. OLE color: 9528130.

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

Color convert

RGB 66 99 145 -
CMYK 0.54 0.32 0 0.43
HSL 214.94º 0.37% 0.41% -
HSV(B) 214.94º 0.54% 0.57% -
XYZ 11.82 12.13 28.51 -
YUV 94.38 156.57 107.76 -
System Red Green Blue C M Y K H S L
Decimal 66 99 145 0.54 0.32 0 0.43 214.94 0.37 0.41
Hex 42 63 91 36 20 0 2B D7 25 29
Octal 102 143 221 66 40 0 53 327 45 51
Binary 1000010 1100011 10010001 110110 100000 0 101011 11010111 100101 101001

Color Harmonies of #426391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426391

Black with #426391

Text Example


Text Example

White with #426391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426391; }

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

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

background-color css

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

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

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

border-color css

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

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

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