Html Css Color HEX #426599 Mariner

📋 copy color: '#426599'

red 66 ◦ green 101 ◦ blue 153

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

Shades of Mariner #426599

Tints of Mariner #426599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.56%

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

R = 20.63%
G = 31.56%
B = 47.81%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#426599 (or 0x426599) is known color: Mariner. HEX triplet: 42, 65 and 99. RGB value is (66,101,153). Sum of RGB (Red+Green+Blue) = 66+101+153=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #426599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426599 is #BD9A66. Grayscale: #606060. Windows color (decimal): -12425831 or 10052930. OLE color: 10052930.

HSL color Cylindrical-coordinate representation of color #426599: hue angle of 215.86º 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 #426599 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 101 153 -
CMYK 0.57 0.34 0 0.4
HSL 215.86º 0.4% 0.43% -
HSV(B) 215.86º 0.57% 0.6% -
XYZ 12.65 12.77 31.93 -
YUV 96.46 159.9 106.27 -
System Red Green Blue C M Y K H S L
Decimal 66 101 153 0.57 0.34 0 0.4 215.86 0.4 0.43
Hex 42 65 99 39 22 0 28 D8 28 2B
Octal 102 145 231 71 42 0 50 330 50 53
Binary 1000010 1100101 10011001 111001 100010 0 101000 11011000 101000 101011

Color Harmonies of #426599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426599

Black with #426599

Text Example


Text Example

White with #426599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426599; }

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

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

background-color css

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

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

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

border-color css

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

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

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