Html Css Color HEX #426180 Matisse

📋 copy color: '#426180'

red 66 ◦ green 97 ◦ blue 128

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

Shades of Matisse #426180

Tints of Matisse #426180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.33%

 BLUE value IS 128 (50.39% from 255) = 43.99%

R = 22.68%
G = 33.33%
B = 43.99%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#426180 (or 0x426180) is known color: Matisse. HEX triplet: 42, 61 and 80. RGB value is (66,97,128). Sum of RGB (Red+Green+Blue) = 66+97+128=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 128 - color contains mainly: blue. Hex color #426180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426180 is #BD9E7F. Grayscale: #5B5B5B. Windows color (decimal): -12426880 or 8413506. OLE color: 8413506.

HSL color Cylindrical-coordinate representation of color #426180: hue angle of 210º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #426180 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 97 128 -
CMYK 0.48 0.24 0 0.50
HSL 210º 0.32% 0.38% -
HSV(B) 210º 0.48% 0.5% -
XYZ 10.42 11.27 22.05 -
YUV 91.27 148.73 109.98 -
System Red Green Blue C M Y K H S L
Decimal 66 97 128 0.48 0.24 0 0.50 210 0.32 0.38
Hex 42 61 80 30 18 0 32 D2 20 26
Octal 102 141 200 60 30 0 62 322 40 46
Binary 1000010 1100001 10000000 110000 11000 0 110010 11010010 100000 100110

Color Harmonies of #426180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426180

Black with #426180

Text Example


Text Example

White with #426180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426180; }

 p { color: rgb(66,97,128); }

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

background-color css

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

 a { background-color: rgb(66,97,128); }

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

border-color css

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

 span { border-color: rgb(66,97,128); }

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