#434D60

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

Shades of East Bay #434D60

Tints of East Bay #434D60

Color information

#434D60 (or 0x434D60) is unknown color: approx East Bay. HEX triplet: 43, 4D and 60. RGB value is (67,77,96). Sum of RGB (Red+Green+Blue) = 67+77+96=240 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.92% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #434D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D60 is #BCB29F. Grayscale: #4C4C4C. Windows color (decimal): -12366496 or 6311235. OLE color: 6311235.

HSL color Cylindrical-coordinate representation of color #434D60: hue angle of 219.31º 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 #434D60 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB677796-
CMYK0.300.2000.62
HSL219.31º17.79%31.96%-
HSV(B)219.31º30.21%37.65%-
XYZ7.087.3512.11-
YUV76.18139.19121.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.92%
GREEN value IS 77 (30.47% from 255) = 32.08%
BLUE value IS 96 (37.89% from 255) = 40%
R=27.92%
G=32.08%
B=40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6777960.300.2000.62219.3117.7931.96
Hex434D601E1403Edb1220
Octal10311514036240763332240
Binary100001110011011100000111101010001111101101101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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