Html Css Color HEX #426BA7 Mariner

📋 copy color: '#426BA7'

red 66 ◦ green 107 ◦ blue 167

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

Shades of Mariner #426BA7

Tints of Mariner #426BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 49.12%

R = 19.41%
G = 31.47%
B = 49.12%

CMYK

 C value IS 0.60

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#426BA7 (or 0x426BA7) is known color: Mariner. HEX triplet: 42, 6B and A7. RGB value is (66,107,167). Sum of RGB (Red+Green+Blue) = 66+107+167=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 167 (65.62% from 255 or 49.12% from 340); Max value from RGB is 167 - color contains mainly: blue. Hex color #426BA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426BA7 is #BD9458. Grayscale: #656565. Windows color (decimal): -12424281 or 10971970. OLE color: 10971970.

HSL color Cylindrical-coordinate representation of color #426BA7: hue angle of 215.64º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #426BA7 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 107 167 -
CMYK 0.60 0.36 0 0.35
HSL 215.64º 0.43% 0.46% -
HSV(B) 215.64º 0.6% 0.65% -
XYZ 14.48 14.46 38.59 -
YUV 101.58 164.92 102.62 -
System Red Green Blue C M Y K H S L
Decimal 66 107 167 0.60 0.36 0 0.35 215.64 0.43 0.46
Hex 42 6B A7 3C 24 0 23 D8 2B 2E
Octal 102 153 247 74 44 0 43 330 53 56
Binary 1000010 1101011 10100111 111100 100100 0 100011 11011000 101011 101110

Color Harmonies of #426BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426BA7

Black with #426BA7

Text Example


Text Example

White with #426BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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