Html Css Color HEX #47526F East Bay

📋 copy color: '#47526F'

red 71 ◦ green 82 ◦ blue 111

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

Shades of East Bay #47526F

Tints of East Bay #47526F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.06%

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

R = 26.89%
G = 31.06%
B = 42.05%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#47526F (or 0x47526F) is known color: East Bay. HEX triplet: 47, 52 and 6F. RGB value is (71,82,111). Sum of RGB (Red+Green+Blue) = 71+82+111=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 111 - color contains mainly: blue. Hex color #47526F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47526F is #B8AD90. Grayscale: #515151. Windows color (decimal): -12103057 or 7295559. OLE color: 7295559.

HSL color Cylindrical-coordinate representation of color #47526F: hue angle of 223.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 #47526F is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 82 111 -
CMYK 0.36 0.26 0 0.56
HSL 223.5º 0.22% 0.36% -
HSV(B) 223.5º 0.36% 0.44% -
XYZ 8.49 8.52 16.24 -
YUV 82.02 144.36 120.14 -
System Red Green Blue C M Y K H S L
Decimal 71 82 111 0.36 0.26 0 0.56 223.5 0.22 0.36
Hex 47 52 6F 24 1A 0 38 E0 16 24
Octal 107 122 157 44 32 0 70 340 26 44
Binary 1000111 1010010 1101111 100100 11010 0 111000 11100000 10110 100100

Color Harmonies of #47526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47526F

Black with #47526F

Text Example


Text Example

White with #47526F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47526F; }

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

 H1.HeaderClassName
 {
   color: #47526F;
 }
 .AnyTagClassName
 {
   color: #47526F;
 }
</style>

background-color css

<style>
 a { background-color: #47526F; }

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

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

border-color css

<style>
 span { border-color: #47526F; }

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

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