Html Css Color HEX #426081 Matisse

📋 copy color: '#426081'

red 66 ◦ green 96 ◦ blue 129

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

Shades of Matisse #426081

Tints of Matisse #426081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 44.33%

R = 22.68%
G = 32.99%
B = 44.33%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#426081 (or 0x426081) is known color: Matisse. HEX triplet: 42, 60 and 81. RGB value is (66,96,129). Sum of RGB (Red+Green+Blue) = 66+96+129=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 129 - color contains mainly: blue. Hex color #426081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426081 is #BD9F7E. Grayscale: #5A5A5A. Windows color (decimal): -12427135 or 8478786. OLE color: 8478786.

HSL color Cylindrical-coordinate representation of color #426081: hue angle of 211.43º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #426081 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 96 129 -
CMYK 0.49 0.26 0 0.49
HSL 211.43º 0.32% 0.38% -
HSV(B) 211.43º 0.49% 0.51% -
XYZ 10.39 11.11 22.37 -
YUV 90.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 66 96 129 0.49 0.26 0 0.49 211.43 0.32 0.38
Hex 42 60 81 31 1A 0 31 D3 20 26
Octal 102 140 201 61 32 0 61 323 40 46
Binary 1000010 1100000 10000001 110001 11010 0 110001 11010011 100000 100110

Color Harmonies of #426081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426081

Black with #426081

Text Example


Text Example

White with #426081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426081; }

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

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

background-color css

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

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

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

border-color css

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

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

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