#40546B

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

Shades of Cello #40546B

Tints of Cello #40546B

Color information

#40546B (or 0x40546B) is unknown color: approx Cello. HEX triplet: 40, 54 and 6B. RGB value is (64,84,107). Sum of RGB (Red+Green+Blue) = 64+84+107=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 107 - color contains mainly: blue. Hex color #40546B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40546B is #BFAB94. Grayscale: #505050. Windows color (decimal): -12561301 or 7033920. OLE color: 7033920.

HSL color Cylindrical-coordinate representation of color #40546B: hue angle of 212.09º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40546B is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6484107-
CMYK0.400.2100.58
HSL212.09º25.15%33.53%-
HSV(B)212.09º40.19%41.96%-
XYZ7.948.4915.13-
YUV80.64142.87116.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.10%
GREEN value IS 84 (33.20% from 255) = 32.94%
BLUE value IS 107 (42.19% from 255) = 41.96%
R=25.10%
G=32.94%
B=41.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64841070.400.2100.58212.0925.1533.53
Hex40546B281503Ad41922
Octal10012415350250723243142
Binary1000000101010011010111010001010101110101101010011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,84,107); }

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

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

 a { background-color: rgb(64,84,107); }

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

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

 span { border-color: rgb(64,84,107); }

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