Html Css Color HEX #474D70 East Bay

📋 copy color: '#474D70'

red 71 ◦ green 77 ◦ blue 112

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

Shades of East Bay #474D70

Tints of East Bay #474D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.08%

R = 27.31%
G = 29.62%
B = 43.08%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#474D70 (or 0x474D70) is known color: East Bay. HEX triplet: 47, 4D and 70. RGB value is (71,77,112). Sum of RGB (Red+Green+Blue) = 71+77+112=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #474D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474D70 is #B8B28F. Grayscale: #4F4F4F. Windows color (decimal): -12104336 or 7359815. OLE color: 7359815.

HSL color Cylindrical-coordinate representation of color #474D70: hue angle of 231.22º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #474D70 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 77 112 -
CMYK 0.37 0.31 0 0.56
HSL 231.22º 0.22% 0.36% -
HSV(B) 231.22º 0.37% 0.44% -
XYZ 8.18 7.82 16.41 -
YUV 79.2 146.51 122.15 -
System Red Green Blue C M Y K H S L
Decimal 71 77 112 0.37 0.31 0 0.56 231.22 0.22 0.36
Hex 47 4D 70 25 1F 0 38 E7 16 24
Octal 107 115 160 45 37 0 70 347 26 44
Binary 1000111 1001101 1110000 100101 11111 0 111000 11100111 10110 100100

Color Harmonies of #474D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D70

Black with #474D70

Text Example


Text Example

White with #474D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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