Html Css Color HEX #426DAA Mariner

📋 copy color: '#426DAA'

red 66 ◦ green 109 ◦ blue 170

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

Shades of Mariner #426DAA

Tints of Mariner #426DAA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.59%

 BLUE value IS 170 (66.8% from 255) = 49.28%

R = 19.13%
G = 31.59%
B = 49.28%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#426DAA (or 0x426DAA) is known color: Mariner. HEX triplet: 42, 6D and AA. RGB value is (66,109,170). Sum of RGB (Red+Green+Blue) = 66+109+170=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #426DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426DAA is #BD9255. Grayscale: #666666. Windows color (decimal): -12423766 or 11169090. OLE color: 11169090.

HSL color Cylindrical-coordinate representation of color #426DAA: hue angle of 215.19º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #426DAA is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 109 170 -
CMYK 0.61 0.36 0 0.33
HSL 215.19º 0.44% 0.46% -
HSV(B) 215.19º 0.61% 0.67% -
XYZ 14.97 15 40.14 -
YUV 103.1 165.75 101.54 -
System Red Green Blue C M Y K H S L
Decimal 66 109 170 0.61 0.36 0 0.33 215.19 0.44 0.46
Hex 42 6D AA 3D 24 0 21 D7 2C 2E
Octal 102 155 252 75 44 0 41 327 54 56
Binary 1000010 1101101 10101010 111101 100100 0 100001 11010111 101100 101110

Color Harmonies of #426DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DAA

Black with #426DAA

Text Example


Text Example

White with #426DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426DAA; }

 p { color: rgb(66,109,170); }

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

background-color css

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

 a { background-color: rgb(66,109,170); }

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

border-color css

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

 span { border-color: rgb(66,109,170); }

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