Html Css Color HEX #426AAD Mariner

📋 copy color: '#426AAD'

red 66 ◦ green 106 ◦ blue 173

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

Shades of Mariner #426AAD

Tints of Mariner #426AAD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.72%

 BLUE value IS 173 (67.97% from 255) = 50.14%

R = 19.13%
G = 30.72%
B = 50.14%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#426AAD (or 0x426AAD) is known color: Mariner. HEX triplet: 42, 6A and AD. RGB value is (66,106,173). Sum of RGB (Red+Green+Blue) = 66+106+173=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #426AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426AAD is #BD9552. Grayscale: #656565. Windows color (decimal): -12424531 or 11364930. OLE color: 11364930.

HSL color Cylindrical-coordinate representation of color #426AAD: hue angle of 217.57º 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 #426AAD is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 106 173 -
CMYK 0.62 0.39 0 0.32
HSL 217.57º 0.45% 0.47% -
HSV(B) 217.57º 0.62% 0.68% -
XYZ 14.94 14.48 41.54 -
YUV 101.68 168.25 102.55 -
System Red Green Blue C M Y K H S L
Decimal 66 106 173 0.62 0.39 0 0.32 217.57 0.45 0.47
Hex 42 6A AD 3E 27 0 20 DA 2D 2F
Octal 102 152 255 76 47 0 40 332 55 57
Binary 1000010 1101010 10101101 111110 100111 0 100000 11011010 101101 101111

Color Harmonies of #426AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426AAD

Black with #426AAD

Text Example


Text Example

White with #426AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,106,173); }

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

background-color css

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

 a { background-color: rgb(66,106,173); }

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

border-color css

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

 span { border-color: rgb(66,106,173); }

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