#405465

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

Shades of Cello #405465

Tints of Cello #405465

Color information

#405465 (or 0x405465) is unknown color: approx Cello. HEX triplet: 40, 54 and 65. RGB value is (64,84,101). Sum of RGB (Red+Green+Blue) = 64+84+101=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 101 - color contains mainly: blue. Hex color #405465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405465 is #BFAB9A. Grayscale: #4F4F4F. Windows color (decimal): -12561307 or 6640704. OLE color: 6640704.

HSL color Cylindrical-coordinate representation of color #405465: hue angle of 207.57º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #405465 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6484101-
CMYK0.370.1700.60
HSL207.57º22.42%32.35%-
HSV(B)207.57º36.63%39.61%-
XYZ7.638.3713.53-
YUV79.96139.87116.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 84 (33.20% from 255) = 33.73%
BLUE value IS 101 (39.84% from 255) = 40.56%
R=25.70%
G=33.73%
B=40.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64841010.370.1700.60207.5722.4232.35
Hex405465251103Cd01620
Octal10012414545210743202640
Binary1000000101010011001011001011000101111001101000010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405465; }

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

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

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

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

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

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

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

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