#434E60

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

Shades of Cello #434E60

Tints of Cello #434E60

Color information

#434E60 (or 0x434E60) is unknown color: approx Cello. HEX triplet: 43, 4E and 60. RGB value is (67,78,96). Sum of RGB (Red+Green+Blue) = 67+78+96=241 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.80% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #434E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434E60 is #BCB19F. Grayscale: #4C4C4C. Windows color (decimal): -12366240 or 6311491. OLE color: 6311491.

HSL color Cylindrical-coordinate representation of color #434E60: hue angle of 217.24º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #434E60 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB677896-
CMYK0.300.1900.62
HSL217.24º17.79%31.96%-
HSV(B)217.24º30.21%37.65%-
XYZ7.157.4912.13-
YUV76.76138.86121.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.80%
GREEN value IS 78 (30.86% from 255) = 32.37%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=27.80%
G=32.37%
B=39.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6778960.300.1900.62217.2417.7931.96
Hex434E601E1303Ed91220
Octal10311614036230763312240
Binary100001110011101100000111101001101111101101100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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