#42607D

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

Shades of Matisse #42607D

Tints of Matisse #42607D

Color information

#42607D (or 0x42607D) is unknown color: approx Matisse. HEX triplet: 42, 60 and 7D. RGB value is (66,96,125). Sum of RGB (Red+Green+Blue) = 66+96+125=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 125 - color contains mainly: blue. Hex color #42607D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42607D is #BD9F82. Grayscale: #5A5A5A. Windows color (decimal): -12427139 or 8216642. OLE color: 8216642.

HSL color Cylindrical-coordinate representation of color #42607D: hue angle of 209.49º 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 #42607D is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6696125-
CMYK0.470.2300.51
HSL209.49º30.89%37.45%-
HSV(B)209.49º47.2%49.02%-
XYZ10.131120.99-
YUV90.34147.56110.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 125 (49.22% from 255) = 43.55%
R=23.00%
G=33.45%
B=43.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66961250.470.2300.51209.4930.8937.45
Hex42607D2F17033d11f25
Octal10214017557270633213745
Binary1000010110000011111011011111011101100111101000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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