Html Css Color HEX #426090 Mariner

📋 copy color: '#426090'

red 66 ◦ green 96 ◦ blue 144

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

Shades of Mariner #426090

Tints of Mariner #426090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.06%

R = 21.57%
G = 31.37%
B = 47.06%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#426090 (or 0x426090) is known color: Mariner. HEX triplet: 42, 60 and 90. RGB value is (66,96,144). Sum of RGB (Red+Green+Blue) = 66+96+144=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #426090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426090 is #BD9F6F. Grayscale: #5C5C5C. Windows color (decimal): -12427120 or 9461826. OLE color: 9461826.

HSL color Cylindrical-coordinate representation of color #426090: hue angle of 216.92º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #426090 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 96 144 -
CMYK 0.54 0.33 0 0.44
HSL 216.92º 0.37% 0.41% -
HSV(B) 216.92º 0.54% 0.56% -
XYZ 11.46 11.54 28.01 -
YUV 92.5 157.06 109.1 -
System Red Green Blue C M Y K H S L
Decimal 66 96 144 0.54 0.33 0 0.44 216.92 0.37 0.41
Hex 42 60 90 36 21 0 2C D9 25 29
Octal 102 140 220 66 41 0 54 331 45 51
Binary 1000010 1100000 10010000 110110 100001 0 101100 11011001 100101 101001

Color Harmonies of #426090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426090

Black with #426090

Text Example


Text Example

White with #426090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426090; }

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

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

background-color css

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

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

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

border-color css

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

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

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