Html Css Color HEX #426BAB Mariner

📋 copy color: '#426BAB'

red 66 ◦ green 107 ◦ blue 171

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

Shades of Mariner #426BAB

Tints of Mariner #426BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.1%

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

R = 19.19%
G = 31.1%
B = 49.71%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#426BAB (or 0x426BAB) is known color: Mariner. HEX triplet: 42, 6B and AB. RGB value is (66,107,171). Sum of RGB (Red+Green+Blue) = 66+107+171=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #426BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426BAB is #BD9454. Grayscale: #656565. Windows color (decimal): -12424277 or 11234114. OLE color: 11234114.

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

Color convert

RGB 66 107 171 -
CMYK 0.61 0.37 0 0.33
HSL 216.57º 0.44% 0.46% -
HSV(B) 216.57º 0.61% 0.67% -
XYZ 14.86 14.61 40.57 -
YUV 102.04 166.92 102.3 -
System Red Green Blue C M Y K H S L
Decimal 66 107 171 0.61 0.37 0 0.33 216.57 0.44 0.46
Hex 42 6B AB 3D 25 0 21 D9 2C 2E
Octal 102 153 253 75 45 0 41 331 54 56
Binary 1000010 1101011 10101011 111101 100101 0 100001 11011001 101100 101110

Color Harmonies of #426BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426BAB

Black with #426BAB

Text Example


Text Example

White with #426BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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