Html Css Color HEX #426380 Matisse

📋 copy color: '#426380'

red 66 ◦ green 99 ◦ blue 128

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

Shades of Matisse #426380

Tints of Matisse #426380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.79%

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

R = 22.53%
G = 33.79%
B = 43.69%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#426380 (or 0x426380) is known color: Matisse. HEX triplet: 42, 63 and 80. RGB value is (66,99,128). Sum of RGB (Red+Green+Blue) = 66+99+128=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 128 - color contains mainly: blue. Hex color #426380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426380 is #BD9C7F. Grayscale: #5C5C5C. Windows color (decimal): -12426368 or 8414018. OLE color: 8414018.

HSL color Cylindrical-coordinate representation of color #426380: hue angle of 208.06º 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 #426380 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 99 128 -
CMYK 0.48 0.23 0 0.50
HSL 208.06º 0.32% 0.38% -
HSV(B) 208.06º 0.48% 0.5% -
XYZ 10.6 11.64 22.11 -
YUV 92.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 66 99 128 0.48 0.23 0 0.50 208.06 0.32 0.38
Hex 42 63 80 30 17 0 32 D0 20 26
Octal 102 143 200 60 27 0 62 320 40 46
Binary 1000010 1100011 10000000 110000 10111 0 110010 11010000 100000 100110

Color Harmonies of #426380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426380

Black with #426380

Text Example


Text Example

White with #426380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426380; }

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

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

background-color css

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

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

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

border-color css

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

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

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