Html Css Color HEX #426593 Mariner

📋 copy color: '#426593'

red 66 ◦ green 101 ◦ blue 147

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

Shades of Mariner #426593

Tints of Mariner #426593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.82%

R = 21.02%
G = 32.17%
B = 46.82%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#426593 (or 0x426593) is known color: Mariner. HEX triplet: 42, 65 and 93. RGB value is (66,101,147). Sum of RGB (Red+Green+Blue) = 66+101+147=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #426593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426593 is #BD9A6C. Grayscale: #5F5F5F. Windows color (decimal): -12425837 or 9659714. OLE color: 9659714.

HSL color Cylindrical-coordinate representation of color #426593: hue angle of 214.07º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #426593 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 101 147 -
CMYK 0.55 0.31 0 0.42
HSL 214.07º 0.38% 0.42% -
HSV(B) 214.07º 0.55% 0.58% -
XYZ 12.17 12.57 29.39 -
YUV 95.78 156.9 106.76 -
System Red Green Blue C M Y K H S L
Decimal 66 101 147 0.55 0.31 0 0.42 214.07 0.38 0.42
Hex 42 65 93 37 1F 0 2A D6 26 2A
Octal 102 145 223 67 37 0 52 326 46 52
Binary 1000010 1100101 10010011 110111 11111 0 101010 11010110 100110 101010

Color Harmonies of #426593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426593

Black with #426593

Text Example


Text Example

White with #426593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426593; }

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

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

background-color css

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

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

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

border-color css

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

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

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