#454E50

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

Shades of Casal #454E50

Tints of Casal #454E50

Color information

#454E50 (or 0x454E50) is unknown color: approx Casal. HEX triplet: 45, 4E and 50. RGB value is (69,78,80). Sum of RGB (Red+Green+Blue) = 69+78+80=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 80 - color contains mainly: blue. Hex color #454E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454E50 is #BAB1AF. Grayscale: #4B4B4B. Windows color (decimal): -12235184 or 5262917. OLE color: 5262917.

HSL color Cylindrical-coordinate representation of color #454E50: hue angle of 190.91º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #454E50 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB697880-
CMYK0.140.0200.69
HSL190.91º7.38%29.22%-
HSV(B)190.91º13.75%31.37%-
XYZ6.637.298.65-
YUV75.54130.52123.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.40%
GREEN value IS 78 (30.86% from 255) = 34.36%
BLUE value IS 80 (31.64% from 255) = 35.24%
R=30.40%
G=34.36%
B=35.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6978800.140.0200.69190.917.3829.22
Hex454E50E2045bf71d
Octal1051161201620105277735
Binary100010110011101010000111010010001011011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454E50; }

 p { color: rgb(69,78,80); }

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

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

 a { background-color: rgb(69,78,80); }

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

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

 span { border-color: rgb(69,78,80); }

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