Html Css Color HEX #426999 Mariner

📋 copy color: '#426999'

red 66 ◦ green 105 ◦ blue 153

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

Shades of Mariner #426999

Tints of Mariner #426999

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.41%

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

R = 20.37%
G = 32.41%
B = 47.22%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#426999 (or 0x426999) is known color: Mariner. HEX triplet: 42, 69 and 99. RGB value is (66,105,153). Sum of RGB (Red+Green+Blue) = 66+105+153=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #426999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426999 is #BD9666. Grayscale: #626262. Windows color (decimal): -12424807 or 10053954. OLE color: 10053954.

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

Color convert

RGB 66 105 153 -
CMYK 0.57 0.31 0 0.4
HSL 213.1º 0.4% 0.43% -
HSV(B) 213.1º 0.57% 0.6% -
XYZ 13.05 13.56 32.07 -
YUV 98.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 66 105 153 0.57 0.31 0 0.4 213.1 0.4 0.43
Hex 42 69 99 39 1F 0 28 D5 28 2B
Octal 102 151 231 71 37 0 50 325 50 53
Binary 1000010 1101001 10011001 111001 11111 0 101000 11010101 101000 101011

Color Harmonies of #426999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426999

Black with #426999

Text Example


Text Example

White with #426999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426999; }

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

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

background-color css

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

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

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

border-color css

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

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

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