Html Css Color HEX #426DAB Mariner

📋 copy color: '#426DAB'

red 66 ◦ green 109 ◦ blue 171

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

Shades of Mariner #426DAB

Tints of Mariner #426DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.42%

R = 19.08%
G = 31.5%
B = 49.42%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#426DAB (or 0x426DAB) is known color: Mariner. HEX triplet: 42, 6D and AB. RGB value is (66,109,171). Sum of RGB (Red+Green+Blue) = 66+109+171=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #426DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426DAB is #BD9254. Grayscale: #666666. Windows color (decimal): -12423765 or 11234626. OLE color: 11234626.

HSL color Cylindrical-coordinate representation of color #426DAB: hue angle of 215.43º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #426DAB is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 109 171 -
CMYK 0.61 0.36 0 0.33
HSL 215.43º 0.44% 0.46% -
HSV(B) 215.43º 0.61% 0.67% -
XYZ 15.07 15.04 40.64 -
YUV 103.21 166.25 101.46 -
System Red Green Blue C M Y K H S L
Decimal 66 109 171 0.61 0.36 0 0.33 215.43 0.44 0.46
Hex 42 6D AB 3D 24 0 21 D7 2C 2E
Octal 102 155 253 75 44 0 41 327 54 56
Binary 1000010 1101101 10101011 111101 100100 0 100001 11010111 101100 101110

Color Harmonies of #426DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DAB

Black with #426DAB

Text Example


Text Example

White with #426DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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