#404F54

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

Shades of Casal #404F54

Tints of Casal #404F54

Color information

#404F54 (or 0x404F54) is unknown color: approx Casal. HEX triplet: 40, 4F and 54. RGB value is (64,79,84). Sum of RGB (Red+Green+Blue) = 64+79+84=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 84 - color contains mainly: blue. Hex color #404F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F54 is #BFB0AB. Grayscale: #4B4B4B. Windows color (decimal): -12562604 or 5525312. OLE color: 5525312.

HSL color Cylindrical-coordinate representation of color #404F54: hue angle of 195º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #404F54 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB647984-
CMYK0.240.0600.67
HSL195º13.51%29.02%-
HSV(B)195º23.81%32.94%-
XYZ6.517.329.46-
YUV75.09133.03120.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 79 (31.25% from 255) = 34.80%
BLUE value IS 84 (33.20% from 255) = 37.00%
R=28.19%
G=34.80%
B=37.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6479840.240.0600.6719513.5129.02
Hex404F54186043c3e1d
Octal10011712430601033031635
Binary100000010011111010100110001100100001111000011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404F54; }

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

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

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

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

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

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

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

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