Html Css Color HEX #426699 Mariner

📋 copy color: '#426699'

red 66 ◦ green 102 ◦ blue 153

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

Shades of Mariner #426699

Tints of Mariner #426699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.78%

 BLUE value IS 153 (60.16% from 255) = 47.66%

R = 20.56%
G = 31.78%
B = 47.66%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#426699 (or 0x426699) is known color: Mariner. HEX triplet: 42, 66 and 99. RGB value is (66,102,153). Sum of RGB (Red+Green+Blue) = 66+102+153=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #426699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426699 is #BD9966. Grayscale: #606060. Windows color (decimal): -12425575 or 10053186. OLE color: 10053186.

HSL color Cylindrical-coordinate representation of color #426699: hue angle of 215.17º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #426699 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 102 153 -
CMYK 0.57 0.33 0 0.4
HSL 215.17º 0.4% 0.43% -
HSV(B) 215.17º 0.57% 0.6% -
XYZ 12.75 12.96 31.97 -
YUV 97.05 159.57 105.85 -
System Red Green Blue C M Y K H S L
Decimal 66 102 153 0.57 0.33 0 0.4 215.17 0.4 0.43
Hex 42 66 99 39 21 0 28 D7 28 2B
Octal 102 146 231 71 41 0 50 327 50 53
Binary 1000010 1100110 10011001 111001 100001 0 101000 11010111 101000 101011

Color Harmonies of #426699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426699

Black with #426699

Text Example


Text Example

White with #426699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426699; }

 p { color: rgb(66,102,153); }

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

background-color css

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

 a { background-color: rgb(66,102,153); }

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

border-color css

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

 span { border-color: rgb(66,102,153); }

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