Html Css Color HEX #426DAC Mariner

📋 copy color: '#426DAC'

red 66 ◦ green 109 ◦ blue 172

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

Shades of Mariner #426DAC

Tints of Mariner #426DAC

RGB

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

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

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

R = 19.02%
G = 31.41%
B = 49.57%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#426DAC (or 0x426DAC) is known color: Mariner. HEX triplet: 42, 6D and AC. RGB value is (66,109,172). Sum of RGB (Red+Green+Blue) = 66+109+172=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #426DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426DAC is #BD9253. Grayscale: #676767. Windows color (decimal): -12423764 or 11300162. OLE color: 11300162.

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

Color convert

RGB 66 109 172 -
CMYK 0.62 0.37 0 0.33
HSL 215.66º 0.45% 0.47% -
HSV(B) 215.66º 0.62% 0.67% -
XYZ 15.16 15.07 41.14 -
YUV 103.33 166.75 101.38 -
System Red Green Blue C M Y K H S L
Decimal 66 109 172 0.62 0.37 0 0.33 215.66 0.45 0.47
Hex 42 6D AC 3E 25 0 21 D8 2D 2F
Octal 102 155 254 76 45 0 41 330 55 57
Binary 1000010 1101101 10101100 111110 100101 0 100001 11011000 101101 101111

Color Harmonies of #426DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DAC

Black with #426DAC

Text Example


Text Example

White with #426DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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