Html Css Color HEX #4A4F61 East Bay

📋 copy color: '#4A4F61'

red 74 ◦ green 79 ◦ blue 97

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

Shades of East Bay #4A4F61

Tints of East Bay #4A4F61

RGB

 RED value IS 74 (29.3% from 255) = 29.6%

 GREEN value IS 79 (31.25% from 255) = 31.6%

 BLUE value IS 97 (38.28% from 255) = 38.8%

R = 29.6%
G = 31.6%
B = 38.8%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A4F61 (or 0x4A4F61) is known color: East Bay. HEX triplet: 4A, 4F and 61. RGB value is (74,79,97). Sum of RGB (Red+Green+Blue) = 74+79+97=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 97 - color contains mainly: blue. Hex color #4A4F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A4F61 is #B5B09E. Grayscale: #4F4F4F. Windows color (decimal): -11907231 or 6377290. OLE color: 6377290.

HSL color Cylindrical-coordinate representation of color #4A4F61: hue angle of 226.96º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A4F61 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 79 97 -
CMYK 0.24 0.19 0 0.62
HSL 226.96º 0.13% 0.34% -
HSV(B) 226.96º 0.24% 0.38% -
XYZ 7.78 7.91 12.43 -
YUV 79.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 74 79 97 0.24 0.19 0 0.62 226.96 0.13 0.34
Hex 4A 4F 61 18 13 0 3E E3 D 22
Octal 112 117 141 30 23 0 76 343 15 42
Binary 1001010 1001111 1100001 11000 10011 0 111110 11100011 1101 100010

Color Harmonies of #4A4F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4F61

Black with #4A4F61

Text Example


Text Example

White with #4A4F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A4F61; }

 p { color: rgb(74,79,97); }

 H1.HeaderClassName
 {
   color: #4A4F61;
 }
 .AnyTagClassName
 {
   color: #4A4F61;
 }
</style>

background-color css

<style>
 a { background-color: #4A4F61; }

 a { background-color: rgb(74,79,97); }

 div.DivClassName
 {
   background-color: #4A4F61;
 }
 .BgClassName
 {
   background-color: #4A4F61;
 }
</style>

border-color css

<style>
 span { border-color: #4A4F61; }

 span { border-color: rgb(74,79,97); }

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