Html Css Color HEX #426CA9 Mariner

📋 copy color: '#426CA9'

red 66 ◦ green 108 ◦ blue 169

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

Shades of Mariner #426CA9

Tints of Mariner #426CA9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.49%

 BLUE value IS 169 (66.41% from 255) = 49.27%

R = 19.24%
G = 31.49%
B = 49.27%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#426CA9 (or 0x426CA9) is known color: Mariner. HEX triplet: 42, 6C and A9. RGB value is (66,108,169). Sum of RGB (Red+Green+Blue) = 66+108+169=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 169 (66.41% from 255 or 49.27% from 343); Max value from RGB is 169 - color contains mainly: blue. Hex color #426CA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426CA9 is #BD9356. Grayscale: #666666. Windows color (decimal): -12424023 or 11103298. OLE color: 11103298.

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

Color convert

RGB 66 108 169 -
CMYK 0.61 0.36 0 0.34
HSL 215.53º 0.44% 0.46% -
HSV(B) 215.53º 0.61% 0.66% -
XYZ 14.77 14.75 39.6 -
YUV 102.4 165.59 102.04 -
System Red Green Blue C M Y K H S L
Decimal 66 108 169 0.61 0.36 0 0.34 215.53 0.44 0.46
Hex 42 6C A9 3D 24 0 22 D8 2C 2E
Octal 102 154 251 75 44 0 42 330 54 56
Binary 1000010 1101100 10101001 111101 100100 0 100010 11011000 101100 101110

Color Harmonies of #426CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426CA9

Black with #426CA9

Text Example


Text Example

White with #426CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,108,169); }

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

background-color css

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

 a { background-color: rgb(66,108,169); }

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

border-color css

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

 span { border-color: rgb(66,108,169); }

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