Html Css Color HEX #426EAC Mariner

📋 copy color: '#426EAC'

red 66 ◦ green 110 ◦ blue 172

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

Shades of Mariner #426EAC

Tints of Mariner #426EAC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.61%

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

R = 18.97%
G = 31.61%
B = 49.43%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#426EAC (or 0x426EAC) is known color: Mariner. HEX triplet: 42, 6E and AC. RGB value is (66,110,172). Sum of RGB (Red+Green+Blue) = 66+110+172=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #426EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426EAC is #BD9153. Grayscale: #676767. Windows color (decimal): -12423508 or 11300418. OLE color: 11300418.

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

Color convert

RGB 66 110 172 -
CMYK 0.62 0.36 0 0.33
HSL 215.09º 0.45% 0.47% -
HSV(B) 215.09º 0.62% 0.67% -
XYZ 15.27 15.29 41.18 -
YUV 103.91 166.42 100.96 -
System Red Green Blue C M Y K H S L
Decimal 66 110 172 0.62 0.36 0 0.33 215.09 0.45 0.47
Hex 42 6E AC 3E 24 0 21 D7 2D 2F
Octal 102 156 254 76 44 0 41 327 55 57
Binary 1000010 1101110 10101100 111110 100100 0 100001 11010111 101101 101111

Color Harmonies of #426EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426EAC

Black with #426EAC

Text Example


Text Example

White with #426EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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