Html Css Color HEX #485371 East Bay

📋 copy color: '#485371'

red 72 ◦ green 83 ◦ blue 113

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

Shades of East Bay #485371

Tints of East Bay #485371

RGB

 RED value IS 72 (28.52% from 255) = 26.87%

 GREEN value IS 83 (32.81% from 255) = 30.97%

 BLUE value IS 113 (44.53% from 255) = 42.16%

R = 26.87%
G = 30.97%
B = 42.16%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#485371 (or 0x485371) is known color: East Bay. HEX triplet: 48, 53 and 71. RGB value is (72,83,113). Sum of RGB (Red+Green+Blue) = 72+83+113=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #485371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485371 is #B7AC8E. Grayscale: #535353. Windows color (decimal): -12037263 or 7426888. OLE color: 7426888.

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

Color convert

RGB 72 83 113 -
CMYK 0.36 0.27 0 0.56
HSL 223.9º 0.22% 0.36% -
HSV(B) 223.9º 0.36% 0.44% -
XYZ 8.75 8.76 16.85 -
YUV 83.13 144.86 120.06 -
System Red Green Blue C M Y K H S L
Decimal 72 83 113 0.36 0.27 0 0.56 223.9 0.22 0.36
Hex 48 53 71 24 1B 0 38 E0 16 24
Octal 110 123 161 44 33 0 70 340 26 44
Binary 1001000 1010011 1110001 100100 11011 0 111000 11100000 10110 100100

Color Harmonies of #485371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485371

Black with #485371

Text Example


Text Example

White with #485371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485371; }

 p { color: rgb(72,83,113); }

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

background-color css

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

 a { background-color: rgb(72,83,113); }

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

border-color css

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

 span { border-color: rgb(72,83,113); }

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