#42647D

Color #42647D Matisse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matisse #42647D

Tints of Matisse #42647D

Color information

#42647D (or 0x42647D) is unknown color: approx Matisse. HEX triplet: 42, 64 and 7D. RGB value is (66,100,125). Sum of RGB (Red+Green+Blue) = 66+100+125=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 125 - color contains mainly: blue. Hex color #42647D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42647D is #BD9B82. Grayscale: #5C5C5C. Windows color (decimal): -12426115 or 8217666. OLE color: 8217666.

HSL color Cylindrical-coordinate representation of color #42647D: hue angle of 205.42º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42647D is Cyan = 0.47, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB66100125-
CMYK0.470.200.51
HSL205.42º30.89%37.45%-
HSV(B)205.42º47.2%49.02%-
XYZ10.5111.7521.12-
YUV92.68146.24108.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 100 (39.45% from 255) = 34.36%
BLUE value IS 125 (49.22% from 255) = 42.96%
R=22.68%
G=34.36%
B=42.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal661001250.470.200.51205.4230.8937.45
Hex42647D2F14033cd1f25
Octal10214417557240633153745
Binary1000010110010011111011011111010001100111100110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42647D; }

 p { color: rgb(66,100,125); }

 H1.HeaderClassName
 {
   color: #42647D;
 }
 .AnyTagClassName
 {
   color: #42647D;
 }
</style>
background-color css

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

 a { background-color: rgb(66,100,125); }

 div.DivClassName
 {
   background-color: #42647D;
 }
 .BgClassName
 {
   background-color: #42647D;
 }
</style>
border-color css

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

 span { border-color: rgb(66,100,125); }

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