Html Css Color HEX #474E69 East Bay

📋 copy color: '#474E69'

red 71 ◦ green 78 ◦ blue 105

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

Shades of East Bay #474E69

Tints of East Bay #474E69

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.71%

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

R = 27.95%
G = 30.71%
B = 41.34%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#474E69 (or 0x474E69) is known color: East Bay. HEX triplet: 47, 4E and 69. RGB value is (71,78,105). Sum of RGB (Red+Green+Blue) = 71+78+105=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 105 - color contains mainly: blue. Hex color #474E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E69 is #B8B196. Grayscale: #4E4E4E. Windows color (decimal): -12104087 or 6901319. OLE color: 6901319.

HSL color Cylindrical-coordinate representation of color #474E69: hue angle of 227.65º 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 #474E69 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 78 105 -
CMYK 0.32 0.26 0 0.59
HSL 227.65º 0.19% 0.35% -
HSV(B) 227.65º 0.32% 0.41% -
XYZ 7.87 7.81 14.46 -
YUV 78.99 142.68 122.3 -
System Red Green Blue C M Y K H S L
Decimal 71 78 105 0.32 0.26 0 0.59 227.65 0.19 0.35
Hex 47 4E 69 20 1A 0 3B E4 13 23
Octal 107 116 151 40 32 0 73 344 23 43
Binary 1000111 1001110 1101001 100000 11010 0 111011 11100100 10011 100011

Color Harmonies of #474E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474E69

Black with #474E69

Text Example


Text Example

White with #474E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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