Html Css Color HEX #426591 Mariner

📋 copy color: '#426591'

red 66 ◦ green 101 ◦ blue 145

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

Shades of Mariner #426591

Tints of Mariner #426591

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.37%

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

R = 21.15%
G = 32.37%
B = 46.47%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#426591 (or 0x426591) is known color: Mariner. HEX triplet: 42, 65 and 91. RGB value is (66,101,145). Sum of RGB (Red+Green+Blue) = 66+101+145=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #426591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426591 is #BD9A6E. Grayscale: #5F5F5F. Windows color (decimal): -12425839 or 9528642. OLE color: 9528642.

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

Color convert

RGB 66 101 145 -
CMYK 0.54 0.30 0 0.43
HSL 213.42º 0.37% 0.41% -
HSV(B) 213.42º 0.54% 0.57% -
XYZ 12.01 12.51 28.57 -
YUV 95.55 155.9 106.92 -
System Red Green Blue C M Y K H S L
Decimal 66 101 145 0.54 0.30 0 0.43 213.42 0.37 0.41
Hex 42 65 91 36 1E 0 2B D5 25 29
Octal 102 145 221 66 36 0 53 325 45 51
Binary 1000010 1100101 10010001 110110 11110 0 101011 11010101 100101 101001

Color Harmonies of #426591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426591

Black with #426591

Text Example


Text Example

White with #426591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426591; }

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

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

background-color css

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

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

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

border-color css

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

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

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