Html Css Color HEX #4A4F6D East Bay

📋 copy color: '#4A4F6D'

red 74 ◦ green 79 ◦ blue 109

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

Shades of East Bay #4A4F6D

Tints of East Bay #4A4F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.6%

R = 28.24%
G = 30.15%
B = 41.6%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4A4F6D (or 0x4A4F6D) is known color: East Bay. HEX triplet: 4A, 4F and 6D. RGB value is (74,79,109). Sum of RGB (Red+Green+Blue) = 74+79+109=262 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.24% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A4F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A4F6D is #B5B092. Grayscale: #505050. Windows color (decimal): -11907219 or 7163722. OLE color: 7163722.

HSL color Cylindrical-coordinate representation of color #4A4F6D: hue angle of 231.43º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A4F6D is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 74 79 109 -
CMYK 0.32 0.28 0 0.57
HSL 231.43º 0.19% 0.36% -
HSV(B) 231.43º 0.32% 0.43% -
XYZ 8.38 8.15 15.6 -
YUV 80.93 143.84 123.06 -
System Red Green Blue C M Y K H S L
Decimal 74 79 109 0.32 0.28 0 0.57 231.43 0.19 0.36
Hex 4A 4F 6D 20 1C 0 39 E7 13 24
Octal 112 117 155 40 34 0 71 347 23 44
Binary 1001010 1001111 1101101 100000 11100 0 111001 11100111 10011 100100

Color Harmonies of #4A4F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4F6D

Black with #4A4F6D

Text Example


Text Example

White with #4A4F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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