Html Css Color HEX #426EB2 Mariner

📋 copy color: '#426EB2'

red 66 ◦ green 110 ◦ blue 178

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

Shades of Mariner #426EB2

Tints of Mariner #426EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 50.28%

R = 18.64%
G = 31.07%
B = 50.28%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#426EB2 (or 0x426EB2) is known color: Mariner. HEX triplet: 42, 6E and B2. RGB value is (66,110,178). Sum of RGB (Red+Green+Blue) = 66+110+178=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 178 (69.92% from 255 or 50.28% from 354); Max value from RGB is 178 - color contains mainly: blue. Hex color #426EB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426EB2 is #BD914D. Grayscale: #686868. Windows color (decimal): -12423502 or 11693634. OLE color: 11693634.

HSL color Cylindrical-coordinate representation of color #426EB2: hue angle of 216.43º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #426EB2 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 110 178 -
CMYK 0.63 0.38 0 0.30
HSL 216.43º 0.46% 0.48% -
HSV(B) 216.43º 0.63% 0.7% -
XYZ 15.86 15.52 44.28 -
YUV 104.6 169.42 100.47 -
System Red Green Blue C M Y K H S L
Decimal 66 110 178 0.63 0.38 0 0.30 216.43 0.46 0.48
Hex 42 6E B2 3F 26 0 1E D8 2E 30
Octal 102 156 262 77 46 0 36 330 56 60
Binary 1000010 1101110 10110010 111111 100110 0 11110 11011000 101110 110000

Color Harmonies of #426EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426EB2

Black with #426EB2

Text Example


Text Example

White with #426EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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