Html Css Color HEX #426DB2 Mariner

📋 copy color: '#426DB2'

red 66 ◦ green 109 ◦ blue 178

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

Shades of Mariner #426DB2

Tints of Mariner #426DB2

RGB

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

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

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

R = 18.7%
G = 30.88%
B = 50.42%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#426DB2 (or 0x426DB2) is known color: Mariner. HEX triplet: 42, 6D and B2. RGB value is (66,109,178). Sum of RGB (Red+Green+Blue) = 66+109+178=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 178 (69.92% from 255 or 50.42% from 353); Max value from RGB is 178 - color contains mainly: blue. Hex color #426DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426DB2 is #BD924D. Grayscale: #676767. Windows color (decimal): -12423758 or 11693378. OLE color: 11693378.

HSL color Cylindrical-coordinate representation of color #426DB2: hue angle of 216.96º 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 #426DB2 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 109 178 -
CMYK 0.63 0.39 0 0.30
HSL 216.96º 0.46% 0.48% -
HSV(B) 216.96º 0.63% 0.7% -
XYZ 15.75 15.31 44.24 -
YUV 104.01 169.75 100.89 -
System Red Green Blue C M Y K H S L
Decimal 66 109 178 0.63 0.39 0 0.30 216.96 0.46 0.48
Hex 42 6D B2 3F 27 0 1E D9 2E 30
Octal 102 155 262 77 47 0 36 331 56 60
Binary 1000010 1101101 10110010 111111 100111 0 11110 11011001 101110 110000

Color Harmonies of #426DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DB2

Black with #426DB2

Text Example


Text Example

White with #426DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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