Html Css Color HEX #426392 Mariner

📋 copy color: '#426392'

red 66 ◦ green 99 ◦ blue 146

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

Shades of Mariner #426392

Tints of Mariner #426392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.95%

R = 21.22%
G = 31.83%
B = 46.95%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#426392 (or 0x426392) is known color: Mariner. HEX triplet: 42, 63 and 92. RGB value is (66,99,146). Sum of RGB (Red+Green+Blue) = 66+99+146=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #426392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426392 is #BD9C6D. Grayscale: #5E5E5E. Windows color (decimal): -12426350 or 9593666. OLE color: 9593666.

HSL color Cylindrical-coordinate representation of color #426392: hue angle of 215.25º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #426392 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 99 146 -
CMYK 0.55 0.32 0 0.43
HSL 215.25º 0.38% 0.42% -
HSV(B) 215.25º 0.55% 0.57% -
XYZ 11.9 12.16 28.91 -
YUV 94.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 66 99 146 0.55 0.32 0 0.43 215.25 0.38 0.42
Hex 42 63 92 37 20 0 2B D7 26 2A
Octal 102 143 222 67 40 0 53 327 46 52
Binary 1000010 1100011 10010010 110111 100000 0 101011 11010111 100110 101010

Color Harmonies of #426392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426392

Black with #426392

Text Example


Text Example

White with #426392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426392; }

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

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

background-color css

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

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

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

border-color css

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

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

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