Html Css Color HEX #474D69 East Bay

📋 copy color: '#474D69'

red 71 ◦ green 77 ◦ blue 105

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

Shades of East Bay #474D69

Tints of East Bay #474D69

RGB

 RED value IS 71 (28.13% from 255) = 28.06%

 GREEN value IS 77 (30.47% from 255) = 30.43%

 BLUE value IS 105 (41.41% from 255) = 41.5%

R = 28.06%
G = 30.43%
B = 41.5%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#474D69 (or 0x474D69) is known color: East Bay. HEX triplet: 47, 4D and 69. RGB value is (71,77,105). Sum of RGB (Red+Green+Blue) = 71+77+105=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 105 - color contains mainly: blue. Hex color #474D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474D69 is #B8B296. Grayscale: #4E4E4E. Windows color (decimal): -12104343 or 6901063. OLE color: 6901063.

HSL color Cylindrical-coordinate representation of color #474D69: hue angle of 229.41º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #474D69 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 77 105 -
CMYK 0.32 0.27 0 0.59
HSL 229.41º 0.19% 0.35% -
HSV(B) 229.41º 0.32% 0.41% -
XYZ 7.8 7.67 14.43 -
YUV 78.4 143.01 122.72 -
System Red Green Blue C M Y K H S L
Decimal 71 77 105 0.32 0.27 0 0.59 229.41 0.19 0.35
Hex 47 4D 69 20 1B 0 3B E5 13 23
Octal 107 115 151 40 33 0 73 345 23 43
Binary 1000111 1001101 1101001 100000 11011 0 111011 11100101 10011 100011

Color Harmonies of #474D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D69

Black with #474D69

Text Example


Text Example

White with #474D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474D69; }

 p { color: rgb(71,77,105); }

 H1.HeaderClassName
 {
   color: #474D69;
 }
 .AnyTagClassName
 {
   color: #474D69;
 }
</style>

background-color css

<style>
 a { background-color: #474D69; }

 a { background-color: rgb(71,77,105); }

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

border-color css

<style>
 span { border-color: #474D69; }

 span { border-color: rgb(71,77,105); }

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