Html Css Color HEX #426294 Mariner

📋 copy color: '#426294'

red 66 ◦ green 98 ◦ blue 148

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

Shades of Mariner #426294

Tints of Mariner #426294

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.41%

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

R = 21.15%
G = 31.41%
B = 47.44%

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

#426294 (or 0x426294) is known color: Mariner. HEX triplet: 42, 62 and 94. RGB value is (66,98,148). Sum of RGB (Red+Green+Blue) = 66+98+148=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #426294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426294 is #BD9D6B. Grayscale: #5D5D5D. Windows color (decimal): -12426604 or 9724482. OLE color: 9724482.

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

Color convert

RGB 66 98 148 -
CMYK 0.55 0.34 0 0.42
HSL 216.59º 0.38% 0.42% -
HSV(B) 216.59º 0.55% 0.58% -
XYZ 11.96 12.03 29.71 -
YUV 94.13 158.4 107.93 -
System Red Green Blue C M Y K H S L
Decimal 66 98 148 0.55 0.34 0 0.42 216.59 0.38 0.42
Hex 42 62 94 37 22 0 2A D9 26 2A
Octal 102 142 224 67 42 0 52 331 46 52
Binary 1000010 1100010 10010100 110111 100010 0 101010 11011001 100110 101010

Color Harmonies of #426294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426294

Black with #426294

Text Example


Text Example

White with #426294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426294; }

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

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

background-color css

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

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

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

border-color css

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

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

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