Html Css Color HEX #426084 Matisse

📋 copy color: '#426084'

red 66 ◦ green 96 ◦ blue 132

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

Shades of Matisse #426084

Tints of Matisse #426084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44.9%

R = 22.45%
G = 32.65%
B = 44.9%

CMYK

 C value IS 0.5

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#426084 (or 0x426084) is known color: Matisse. HEX triplet: 42, 60 and 84. RGB value is (66,96,132). Sum of RGB (Red+Green+Blue) = 66+96+132=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #426084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426084 is #BD9F7B. Grayscale: #5A5A5A. Windows color (decimal): -12427132 or 8675394. OLE color: 8675394.

HSL color Cylindrical-coordinate representation of color #426084: hue angle of 212.73º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #426084 is Cyan = 0.5, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 96 132 -
CMYK 0.5 0.27 0 0.48
HSL 212.73º 0.33% 0.39% -
HSV(B) 212.73º 0.5% 0.52% -
XYZ 10.59 11.19 23.43 -
YUV 91.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 66 96 132 0.5 0.27 0 0.48 212.73 0.33 0.39
Hex 42 60 84 32 1B 0 30 D5 21 27
Octal 102 140 204 62 33 0 60 325 41 47
Binary 1000010 1100000 10000100 110010 11011 0 110000 11010101 100001 100111

Color Harmonies of #426084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426084

Black with #426084

Text Example


Text Example

White with #426084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426084; }

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

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

background-color css

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

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

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

border-color css

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

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

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