Html Css Color HEX #474C6F East Bay

📋 copy color: '#474C6F'

red 71 ◦ green 76 ◦ blue 111

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

Shades of East Bay #474C6F

Tints of East Bay #474C6F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.46%

 BLUE value IS 111 (43.75% from 255) = 43.02%

R = 27.52%
G = 29.46%
B = 43.02%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#474C6F (or 0x474C6F) is known color: East Bay. HEX triplet: 47, 4C and 6F. RGB value is (71,76,111). Sum of RGB (Red+Green+Blue) = 71+76+111=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 111 - color contains mainly: blue. Hex color #474C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C6F is #B8B390. Grayscale: #4E4E4E. Windows color (decimal): -12104593 or 7294023. OLE color: 7294023.

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

Color convert

RGB 71 76 111 -
CMYK 0.36 0.32 0 0.56
HSL 232.5º 0.22% 0.36% -
HSV(B) 232.5º 0.36% 0.44% -
XYZ 8.05 7.66 16.09 -
YUV 78.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 71 76 111 0.36 0.32 0 0.56 232.5 0.22 0.36
Hex 47 4C 6F 24 20 0 38 E8 16 24
Octal 107 114 157 44 40 0 70 350 26 44
Binary 1000111 1001100 1101111 100100 100000 0 111000 11101000 10110 100100

Color Harmonies of #474C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C6F

Black with #474C6F

Text Example


Text Example

White with #474C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,76,111); }

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

background-color css

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

 a { background-color: rgb(71,76,111); }

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

border-color css

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

 span { border-color: rgb(71,76,111); }

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