Html Css Color HEX #426DAE Mariner

📋 copy color: '#426DAE'

red 66 ◦ green 109 ◦ blue 174

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

Shades of Mariner #426DAE

Tints of Mariner #426DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.86%

R = 18.91%
G = 31.23%
B = 49.86%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#426DAE (or 0x426DAE) is known color: Mariner. HEX triplet: 42, 6D and AE. RGB value is (66,109,174). Sum of RGB (Red+Green+Blue) = 66+109+174=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #426DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426DAE is #BD9251. Grayscale: #676767. Windows color (decimal): -12423762 or 11431234. OLE color: 11431234.

HSL color Cylindrical-coordinate representation of color #426DAE: hue angle of 216.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #426DAE is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 109 174 -
CMYK 0.62 0.37 0 0.32
HSL 216.11º 0.45% 0.47% -
HSV(B) 216.11º 0.62% 0.68% -
XYZ 15.36 15.15 42.16 -
YUV 103.55 167.75 101.21 -
System Red Green Blue C M Y K H S L
Decimal 66 109 174 0.62 0.37 0 0.32 216.11 0.45 0.47
Hex 42 6D AE 3E 25 0 20 D8 2D 2F
Octal 102 155 256 76 45 0 40 330 55 57
Binary 1000010 1101101 10101110 111110 100101 0 100000 11011000 101101 101111

Color Harmonies of #426DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DAE

Black with #426DAE

Text Example


Text Example

White with #426DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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