#434D61

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

Shades of East Bay #434D61

Tints of East Bay #434D61

Color information

#434D61 (or 0x434D61) is unknown color: approx East Bay. HEX triplet: 43, 4D and 61. RGB value is (67,77,97). Sum of RGB (Red+Green+Blue) = 67+77+97=241 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.80% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 97 - color contains mainly: blue. Hex color #434D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D61 is #BCB29E. Grayscale: #4C4C4C. Windows color (decimal): -12366495 or 6376771. OLE color: 6376771.

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

Color convert

RGB677797-
CMYK0.310.2100.62
HSL220º18.29%32.16%-
HSV(B)220º30.93%38.04%-
XYZ7.137.3612.36-
YUV76.29139.69121.37-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.80%
GREEN value IS 77 (30.47% from 255) = 31.95%
BLUE value IS 97 (38.28% from 255) = 40.25%
R=27.80%
G=31.95%
B=40.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6777970.310.2100.6222018.2932.16
Hex434D611F1503Edc1220
Octal10311514137250763342240
Binary100001110011011100001111111010101111101101110010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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