#42637B

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

Shades of Matisse #42637B

Tints of Matisse #42637B

Color information

#42637B (or 0x42637B) is unknown color: approx Matisse. HEX triplet: 42, 63 and 7B. RGB value is (66,99,123). Sum of RGB (Red+Green+Blue) = 66+99+123=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 123 - color contains mainly: blue. Hex color #42637B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42637B is #BD9C84. Grayscale: #5B5B5B. Windows color (decimal): -12426373 or 8086338. OLE color: 8086338.

HSL color Cylindrical-coordinate representation of color #42637B: hue angle of 205.26º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42637B is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6699123-
CMYK0.460.2000.52
HSL205.26º30.16%37.06%-
HSV(B)205.26º46.34%48.24%-
XYZ10.2811.5120.42-
YUV91.87145.57109.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 123 (48.44% from 255) = 42.71%
R=22.92%
G=34.38%
B=42.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66991230.460.2000.52205.2630.1637.06
Hex42637B2E14034cd1e25
Octal10214317356240643153645
Binary1000010110001111110111011101010001101001100110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42637B; }

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

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

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

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

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

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

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

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