#454F51

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

Shades of Casal #454F51

Tints of Casal #454F51

Color information

#454F51 (or 0x454F51) is unknown color: approx Casal. HEX triplet: 45, 4F and 51. RGB value is (69,79,81). Sum of RGB (Red+Green+Blue) = 69+79+81=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 81 - color contains mainly: blue. Hex color #454F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454F51 is #BAB0AE. Grayscale: #4C4C4C. Windows color (decimal): -12234927 or 5328709. OLE color: 5328709.

HSL color Cylindrical-coordinate representation of color #454F51: hue angle of 190º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #454F51 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB697981-
CMYK0.150.0200.68
HSL190º8%29.41%-
HSV(B)190º14.81%31.76%-
XYZ6.747.458.87-
YUV76.24130.69122.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.13%
GREEN value IS 79 (31.25% from 255) = 34.50%
BLUE value IS 81 (32.03% from 255) = 35.37%
R=30.13%
G=34.50%
B=35.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6979810.150.0200.68190829.41
Hex454F51F2044be81d
Octal10511712117201042761035
Binary1000101100111110100011111100100010010111110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,79,81); }

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

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

 a { background-color: rgb(69,79,81); }

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

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

 span { border-color: rgb(69,79,81); }

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