Html Css Color HEX #426194 Mariner

📋 copy color: '#426194'

red 66 ◦ green 97 ◦ blue 148

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

Shades of Mariner #426194

Tints of Mariner #426194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.19%

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

R = 21.22%
G = 31.19%
B = 47.59%

CMYK

 C value IS 0.55

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#426194 (or 0x426194) is known color: Mariner. HEX triplet: 42, 61 and 94. RGB value is (66,97,148). Sum of RGB (Red+Green+Blue) = 66+97+148=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #426194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426194 is #BD9E6B. Grayscale: #5D5D5D. Windows color (decimal): -12426860 or 9724226. OLE color: 9724226.

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

Color convert

RGB 66 97 148 -
CMYK 0.55 0.34 0 0.42
HSL 217.32º 0.38% 0.42% -
HSV(B) 217.32º 0.55% 0.58% -
XYZ 11.87 11.85 29.68 -
YUV 93.55 158.73 108.35 -
System Red Green Blue C M Y K H S L
Decimal 66 97 148 0.55 0.34 0 0.42 217.32 0.38 0.42
Hex 42 61 94 37 22 0 2A D9 26 2A
Octal 102 141 224 67 42 0 52 331 46 52
Binary 1000010 1100001 10010100 110111 100010 0 101010 11011001 100110 101010

Color Harmonies of #426194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426194

Black with #426194

Text Example


Text Example

White with #426194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426194; }

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

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

background-color css

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

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

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

border-color css

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

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

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