#434D63

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

Shades of East Bay #434D63

Tints of East Bay #434D63

Color information

#434D63 (or 0x434D63) is unknown color: approx East Bay. HEX triplet: 43, 4D and 63. RGB value is (67,77,99). Sum of RGB (Red+Green+Blue) = 67+77+99=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #434D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D63 is #BCB29C. Grayscale: #4C4C4C. Windows color (decimal): -12366493 or 6507843. OLE color: 6507843.

HSL color Cylindrical-coordinate representation of color #434D63: hue angle of 221.25º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #434D63 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB677799-
CMYK0.320.2200.61
HSL221.25º19.28%32.55%-
HSV(B)221.25º32.32%38.82%-
XYZ7.227.412.85-
YUV76.52140.69121.21-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.57%
GREEN value IS 77 (30.47% from 255) = 31.69%
BLUE value IS 99 (39.06% from 255) = 40.74%
R=27.57%
G=31.69%
B=40.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6777990.320.2200.61221.2519.2832.55
Hex434D63201603Ddd1321
Octal10311514340260753352341
Binary1000011100110111000111000001011001111011101110110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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