Html Css Color HEX #426393 Mariner

📋 copy color: '#426393'

red 66 ◦ green 99 ◦ blue 147

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

Shades of Mariner #426393

Tints of Mariner #426393

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.73%

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

R = 21.15%
G = 31.73%
B = 47.12%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#426393 (or 0x426393) is known color: Mariner. HEX triplet: 42, 63 and 93. RGB value is (66,99,147). Sum of RGB (Red+Green+Blue) = 66+99+147=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #426393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426393 is #BD9C6C. Grayscale: #5E5E5E. Windows color (decimal): -12426349 or 9659202. OLE color: 9659202.

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

Color convert

RGB 66 99 147 -
CMYK 0.55 0.33 0 0.42
HSL 215.56º 0.38% 0.42% -
HSV(B) 215.56º 0.55% 0.58% -
XYZ 11.98 12.19 29.33 -
YUV 94.61 157.57 107.6 -
System Red Green Blue C M Y K H S L
Decimal 66 99 147 0.55 0.33 0 0.42 215.56 0.38 0.42
Hex 42 63 93 37 21 0 2A D8 26 2A
Octal 102 143 223 67 41 0 52 330 46 52
Binary 1000010 1100011 10010011 110111 100001 0 101010 11011000 100110 101010

Color Harmonies of #426393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426393

Black with #426393

Text Example


Text Example

White with #426393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426393; }

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

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

background-color css

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

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

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

border-color css

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

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

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