Html Css Color HEX #426099 Mariner

📋 copy color: '#426099'

red 66 ◦ green 96 ◦ blue 153

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

Shades of Mariner #426099

Tints of Mariner #426099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.48%

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

R = 20.95%
G = 30.48%
B = 48.57%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#426099 (or 0x426099) is known color: Mariner. HEX triplet: 42, 60 and 99. RGB value is (66,96,153). Sum of RGB (Red+Green+Blue) = 66+96+153=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #426099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426099 is #BD9F66. Grayscale: #5D5D5D. Windows color (decimal): -12427111 or 10051650. OLE color: 10051650.

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

Color convert

RGB 66 96 153 -
CMYK 0.57 0.37 0 0.4
HSL 219.31º 0.4% 0.43% -
HSV(B) 219.31º 0.57% 0.6% -
XYZ 12.18 11.82 31.78 -
YUV 93.53 161.56 108.37 -
System Red Green Blue C M Y K H S L
Decimal 66 96 153 0.57 0.37 0 0.4 219.31 0.4 0.43
Hex 42 60 99 39 25 0 28 DB 28 2B
Octal 102 140 231 71 45 0 50 333 50 53
Binary 1000010 1100000 10011001 111001 100101 0 101000 11011011 101000 101011

Color Harmonies of #426099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426099

Black with #426099

Text Example


Text Example

White with #426099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426099; }

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

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

background-color css

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

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

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

border-color css

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

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

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