Html Css Color HEX #426499 Mariner

📋 copy color: '#426499'

red 66 ◦ green 100 ◦ blue 153

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

Shades of Mariner #426499

Tints of Mariner #426499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.35%

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

R = 20.69%
G = 31.35%
B = 47.96%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#426499 (or 0x426499) is known color: Mariner. HEX triplet: 42, 64 and 99. RGB value is (66,100,153). Sum of RGB (Red+Green+Blue) = 66+100+153=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #426499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426499 is #BD9B66. Grayscale: #5F5F5F. Windows color (decimal): -12426087 or 10052674. OLE color: 10052674.

HSL color Cylindrical-coordinate representation of color #426499: hue angle of 216.55º 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 #426499 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 100 153 -
CMYK 0.57 0.35 0 0.4
HSL 216.55º 0.4% 0.43% -
HSV(B) 216.55º 0.57% 0.6% -
XYZ 12.55 12.57 31.9 -
YUV 95.88 160.24 106.69 -
System Red Green Blue C M Y K H S L
Decimal 66 100 153 0.57 0.35 0 0.4 216.55 0.4 0.43
Hex 42 64 99 39 23 0 28 D9 28 2B
Octal 102 144 231 71 43 0 50 331 50 53
Binary 1000010 1100100 10011001 111001 100011 0 101000 11011001 101000 101011

Color Harmonies of #426499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426499

Black with #426499

Text Example


Text Example

White with #426499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426499; }

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

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

background-color css

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

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

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

border-color css

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

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

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