#434E50

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

Shades of Casal #434E50

Tints of Casal #434E50

Color information

#434E50 (or 0x434E50) is unknown color: approx Casal. HEX triplet: 43, 4E and 50. RGB value is (67,78,80). Sum of RGB (Red+Green+Blue) = 67+78+80=225 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.78% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 80 - color contains mainly: blue. Hex color #434E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434E50 is #BCB1AF. Grayscale: #4A4A4A. Windows color (decimal): -12366256 or 5262915. OLE color: 5262915.

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

Color convert

RGB677880-
CMYK0.160.0200.69
HSL189.23º8.84%28.82%-
HSV(B)189.23º16.25%31.37%-
XYZ6.497.228.64-
YUV74.94130.86122.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.78%
GREEN value IS 78 (30.86% from 255) = 34.67%
BLUE value IS 80 (31.64% from 255) = 35.56%
R=29.78%
G=34.67%
B=35.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6778800.160.0200.69189.238.8428.82
Hex434E50102045bd91d
Octal10311612020201052751135
Binary10000111001110101000010000100100010110111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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