Html Css Color HEX #474F70 East Bay

📋 copy color: '#474F70'

red 71 ◦ green 79 ◦ blue 112

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

Shades of East Bay #474F70

Tints of East Bay #474F70

RGB

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

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

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

R = 27.1%
G = 30.15%
B = 42.75%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#474F70 (or 0x474F70) is known color: East Bay. HEX triplet: 47, 4F and 70. RGB value is (71,79,112). Sum of RGB (Red+Green+Blue) = 71+79+112=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #474F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F70 is #B8B08F. Grayscale: #505050. Windows color (decimal): -12103824 or 7360327. OLE color: 7360327.

HSL color Cylindrical-coordinate representation of color #474F70: hue angle of 228.29º 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 #474F70 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 79 112 -
CMYK 0.37 0.29 0 0.56
HSL 228.29º 0.22% 0.36% -
HSV(B) 228.29º 0.37% 0.44% -
XYZ 8.32 8.1 16.45 -
YUV 80.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 71 79 112 0.37 0.29 0 0.56 228.29 0.22 0.36
Hex 47 4F 70 25 1D 0 38 E4 16 24
Octal 107 117 160 45 35 0 70 344 26 44
Binary 1000111 1001111 1110000 100101 11101 0 111000 11100100 10110 100100

Color Harmonies of #474F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F70

Black with #474F70

Text Example


Text Example

White with #474F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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