Html Css Color HEX #426AAC Mariner

📋 copy color: '#426AAC'

red 66 ◦ green 106 ◦ blue 172

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

Shades of Mariner #426AAC

Tints of Mariner #426AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50%

R = 19.19%
G = 30.81%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#426AAC (or 0x426AAC) is known color: Mariner. HEX triplet: 42, 6A and AC. RGB value is (66,106,172). Sum of RGB (Red+Green+Blue) = 66+106+172=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #426AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426AAC is #BD9553. Grayscale: #656565. Windows color (decimal): -12424532 or 11299394. OLE color: 11299394.

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

Color convert

RGB 66 106 172 -
CMYK 0.62 0.38 0 0.33
HSL 217.36º 0.45% 0.47% -
HSV(B) 217.36º 0.62% 0.67% -
XYZ 14.85 14.44 41.04 -
YUV 101.56 167.75 102.63 -
System Red Green Blue C M Y K H S L
Decimal 66 106 172 0.62 0.38 0 0.33 217.36 0.45 0.47
Hex 42 6A AC 3E 26 0 21 D9 2D 2F
Octal 102 152 254 76 46 0 41 331 55 57
Binary 1000010 1101010 10101100 111110 100110 0 100001 11011001 101101 101111

Color Harmonies of #426AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426AAC

Black with #426AAC

Text Example


Text Example

White with #426AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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