Html Css Color HEX #426AAB Mariner

📋 copy color: '#426AAB'

red 66 ◦ green 106 ◦ blue 171

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

Shades of Mariner #426AAB

Tints of Mariner #426AAB

RGB

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

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

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

R = 19.24%
G = 30.9%
B = 49.85%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#426AAB (or 0x426AAB) is known color: Mariner. HEX triplet: 42, 6A and AB. RGB value is (66,106,171). Sum of RGB (Red+Green+Blue) = 66+106+171=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #426AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426AAB is #BD9554. Grayscale: #656565. Windows color (decimal): -12424533 or 11233858. OLE color: 11233858.

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

Color convert

RGB 66 106 171 -
CMYK 0.61 0.38 0 0.33
HSL 217.14º 0.44% 0.46% -
HSV(B) 217.14º 0.61% 0.67% -
XYZ 14.75 14.41 40.53 -
YUV 101.45 167.25 102.71 -
System Red Green Blue C M Y K H S L
Decimal 66 106 171 0.61 0.38 0 0.33 217.14 0.44 0.46
Hex 42 6A AB 3D 26 0 21 D9 2C 2E
Octal 102 152 253 75 46 0 41 331 54 56
Binary 1000010 1101010 10101011 111101 100110 0 100001 11011001 101100 101110

Color Harmonies of #426AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426AAB

Black with #426AAB

Text Example


Text Example

White with #426AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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