Html Css Color HEX #426494 Mariner

📋 copy color: '#426494'

red 66 ◦ green 100 ◦ blue 148

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

Shades of Mariner #426494

Tints of Mariner #426494

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.85%

 BLUE value IS 148 (58.2% from 255) = 47.13%

R = 21.02%
G = 31.85%
B = 47.13%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#426494 (or 0x426494) is known color: Mariner. HEX triplet: 42, 64 and 94. RGB value is (66,100,148). Sum of RGB (Red+Green+Blue) = 66+100+148=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #426494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426494 is #BD9B6B. Grayscale: #5F5F5F. Windows color (decimal): -12426092 or 9724994. OLE color: 9724994.

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

Color convert

RGB 66 100 148 -
CMYK 0.55 0.32 0 0.42
HSL 215.12º 0.38% 0.42% -
HSV(B) 215.12º 0.55% 0.58% -
XYZ 12.15 12.41 29.77 -
YUV 95.31 157.74 107.1 -
System Red Green Blue C M Y K H S L
Decimal 66 100 148 0.55 0.32 0 0.42 215.12 0.38 0.42
Hex 42 64 94 37 20 0 2A D7 26 2A
Octal 102 144 224 67 40 0 52 327 46 52
Binary 1000010 1100100 10010100 110111 100000 0 101010 11010111 100110 101010

Color Harmonies of #426494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426494

Black with #426494

Text Example


Text Example

White with #426494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426494; }

 p { color: rgb(66,100,148); }

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

background-color css

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

 a { background-color: rgb(66,100,148); }

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

border-color css

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

 span { border-color: rgb(66,100,148); }

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