Html Css Color HEX #474F6E East Bay

📋 copy color: '#474F6E'

red 71 ◦ green 79 ◦ blue 110

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

Shades of East Bay #474F6E

Tints of East Bay #474F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.31%

R = 27.31%
G = 30.38%
B = 42.31%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#474F6E (or 0x474F6E) is known color: East Bay. HEX triplet: 47, 4F and 6E. RGB value is (71,79,110). Sum of RGB (Red+Green+Blue) = 71+79+110=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 110 - color contains mainly: blue. Hex color #474F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F6E is #B8B091. Grayscale: #505050. Windows color (decimal): -12103826 or 7229255. OLE color: 7229255.

HSL color Cylindrical-coordinate representation of color #474F6E: hue angle of 227.69º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #474F6E is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 79 110 -
CMYK 0.35 0.28 0 0.57
HSL 227.69º 0.22% 0.35% -
HSV(B) 227.69º 0.35% 0.43% -
XYZ 8.21 8.06 15.87 -
YUV 80.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 71 79 110 0.35 0.28 0 0.57 227.69 0.22 0.35
Hex 47 4F 6E 23 1C 0 39 E4 16 23
Octal 107 117 156 43 34 0 71 344 26 43
Binary 1000111 1001111 1101110 100011 11100 0 111001 11100100 10110 100011

Color Harmonies of #474F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F6E

Black with #474F6E

Text Example


Text Example

White with #474F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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