Html Css Color HEX #474C68 East Bay

📋 copy color: '#474C68'

red 71 ◦ green 76 ◦ blue 104

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

Shades of East Bay #474C68

Tints of East Bay #474C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.43%

R = 28.29%
G = 30.28%
B = 41.43%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#474C68 (or 0x474C68) is known color: East Bay. HEX triplet: 47, 4C and 68. RGB value is (71,76,104). Sum of RGB (Red+Green+Blue) = 71+76+104=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 104 - color contains mainly: blue. Hex color #474C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C68 is #B8B397. Grayscale: #4D4D4D. Windows color (decimal): -12104600 or 6835271. OLE color: 6835271.

HSL color Cylindrical-coordinate representation of color #474C68: hue angle of 230.91º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #474C68 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 76 104 -
CMYK 0.32 0.27 0 0.59
HSL 230.91º 0.19% 0.34% -
HSV(B) 230.91º 0.32% 0.41% -
XYZ 7.68 7.51 14.14 -
YUV 77.7 142.84 123.22 -
System Red Green Blue C M Y K H S L
Decimal 71 76 104 0.32 0.27 0 0.59 230.91 0.19 0.34
Hex 47 4C 68 20 1B 0 3B E7 13 22
Octal 107 114 150 40 33 0 73 347 23 42
Binary 1000111 1001100 1101000 100000 11011 0 111011 11100111 10011 100010

Color Harmonies of #474C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C68

Black with #474C68

Text Example


Text Example

White with #474C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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