Html Css Color HEX #426083 Matisse

📋 copy color: '#426083'

red 66 ◦ green 96 ◦ blue 131

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

Shades of Matisse #426083

Tints of Matisse #426083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 44.71%

R = 22.53%
G = 32.76%
B = 44.71%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#426083 (or 0x426083) is known color: Matisse. HEX triplet: 42, 60 and 83. RGB value is (66,96,131). Sum of RGB (Red+Green+Blue) = 66+96+131=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 131 - color contains mainly: blue. Hex color #426083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426083 is #BD9F7C. Grayscale: #5A5A5A. Windows color (decimal): -12427133 or 8609858. OLE color: 8609858.

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

Color convert

RGB 66 96 131 -
CMYK 0.50 0.27 0 0.49
HSL 212.31º 0.33% 0.39% -
HSV(B) 212.31º 0.5% 0.51% -
XYZ 10.53 11.16 23.07 -
YUV 91.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 66 96 131 0.50 0.27 0 0.49 212.31 0.33 0.39
Hex 42 60 83 32 1B 0 31 D4 21 27
Octal 102 140 203 62 33 0 61 324 41 47
Binary 1000010 1100000 10000011 110010 11011 0 110001 11010100 100001 100111

Color Harmonies of #426083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426083

Black with #426083

Text Example


Text Example

White with #426083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426083; }

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

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

background-color css

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

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

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

border-color css

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

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

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