#424D61

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

Shades of East Bay #424D61

Tints of East Bay #424D61

Color information

#424D61 (or 0x424D61) is unknown color: approx East Bay. HEX triplet: 42, 4D and 61. RGB value is (66,77,97). Sum of RGB (Red+Green+Blue) = 66+77+97=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 97 - color contains mainly: blue. Hex color #424D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D61 is #BDB29E. Grayscale: #4B4B4B. Windows color (decimal): -12432031 or 6376770. OLE color: 6376770.

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

Color convert

RGB667797-
CMYK0.320.2100.62
HSL218.71º19.02%31.96%-
HSV(B)218.71º31.96%38.04%-
XYZ7.067.3312.35-
YUV75.99139.86120.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.5%
GREEN value IS 77 (30.47% from 255) = 32.08%
BLUE value IS 97 (38.28% from 255) = 40.42%
R=27.5%
G=32.08%
B=40.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6677970.320.2100.62218.7119.0231.96
Hex424D61201503Edb1320
Octal10211514140250763332340
Binary1000010100110111000011000001010101111101101101110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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