Html Css Color HEX #426899 Mariner

📋 copy color: '#426899'

red 66 ◦ green 104 ◦ blue 153

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

Shades of Mariner #426899

Tints of Mariner #426899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.2%

 BLUE value IS 153 (60.16% from 255) = 47.37%

R = 20.43%
G = 32.2%
B = 47.37%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#426899 (or 0x426899) is known color: Mariner. HEX triplet: 42, 68 and 99. RGB value is (66,104,153). Sum of RGB (Red+Green+Blue) = 66+104+153=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #426899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426899 is #BD9766. Grayscale: #616161. Windows color (decimal): -12425063 or 10053698. OLE color: 10053698.

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

Color convert

RGB 66 104 153 -
CMYK 0.57 0.32 0 0.4
HSL 213.79º 0.4% 0.43% -
HSV(B) 213.79º 0.57% 0.6% -
XYZ 12.95 13.36 32.03 -
YUV 98.22 158.91 105.02 -
System Red Green Blue C M Y K H S L
Decimal 66 104 153 0.57 0.32 0 0.4 213.79 0.4 0.43
Hex 42 68 99 39 20 0 28 D6 28 2B
Octal 102 150 231 71 40 0 50 326 50 53
Binary 1000010 1101000 10011001 111001 100000 0 101000 11010110 101000 101011

Color Harmonies of #426899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426899

Black with #426899

Text Example


Text Example

White with #426899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426899; }

 p { color: rgb(66,104,153); }

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

background-color css

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

 a { background-color: rgb(66,104,153); }

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

border-color css

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

 span { border-color: rgb(66,104,153); }

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