Html Css Color HEX #426595 Mariner

📋 copy color: '#426595'

red 66 ◦ green 101 ◦ blue 149

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

Shades of Mariner #426595

Tints of Mariner #426595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.15%

R = 20.89%
G = 31.96%
B = 47.15%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#426595 (or 0x426595) is known color: Mariner. HEX triplet: 42, 65 and 95. RGB value is (66,101,149). Sum of RGB (Red+Green+Blue) = 66+101+149=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #426595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426595 is #BD9A6A. Grayscale: #5F5F5F. Windows color (decimal): -12425835 or 9790786. OLE color: 9790786.

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

Color convert

RGB 66 101 149 -
CMYK 0.56 0.32 0 0.42
HSL 214.7º 0.39% 0.42% -
HSV(B) 214.7º 0.56% 0.58% -
XYZ 12.33 12.64 30.22 -
YUV 96.01 157.9 106.6 -
System Red Green Blue C M Y K H S L
Decimal 66 101 149 0.56 0.32 0 0.42 214.7 0.39 0.42
Hex 42 65 95 38 20 0 2A D7 27 2A
Octal 102 145 225 70 40 0 52 327 47 52
Binary 1000010 1100101 10010101 111000 100000 0 101010 11010111 100111 101010

Color Harmonies of #426595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426595

Black with #426595

Text Example


Text Example

White with #426595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426595; }

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

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

background-color css

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

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

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

border-color css

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

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

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