Html Css Color HEX #424D61 East Bay

📋 copy color: '#424D61'

red 66 ◦ green 77 ◦ blue 97

#424D61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Bay #424D61

Tints of East Bay #424D61

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 value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#424D61 (or 0x424D61) is known color: 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

RGB 66 77 97 -
CMYK 0.32 0.21 0 0.62
HSL 218.71º 0.19% 0.32% -
HSV(B) 218.71º 0.32% 0.38% -
XYZ 7.06 7.33 12.35 -
YUV 75.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 66 77 97 0.32 0.21 0 0.62 218.71 0.19 0.32
Hex 42 4D 61 20 15 0 3E DB 13 20
Octal 102 115 141 40 25 0 76 333 23 40
Binary 1000010 1001101 1100001 100000 10101 0 111110 11011011 10011 100000

Color Harmonies of #424D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D61

Black with #424D61

Text Example


Text Example

White with #424D61

Text Example


Text Example

HTML Codes & Css Web 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>