Html Css Color HEX #485370 East Bay

📋 copy color: '#485370'

red 72 ◦ green 83 ◦ blue 112

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

Shades of East Bay #485370

Tints of East Bay #485370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.95%

R = 26.97%
G = 31.09%
B = 41.95%

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

#485370 (or 0x485370) is known color: East Bay. HEX triplet: 48, 53 and 70. RGB value is (72,83,112). Sum of RGB (Red+Green+Blue) = 72+83+112=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #485370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485370 is #B7AC8F. Grayscale: #525252. Windows color (decimal): -12037264 or 7361352. OLE color: 7361352.

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

Color convert

RGB 72 83 112 -
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.69 8.73 16.56 -
YUV 83.02 144.36 120.14 -
System Red Green Blue C M Y K H S L
Decimal 72 83 112 0.36 0.26 0 0.56 223.5 0.22 0.36
Hex 48 53 70 24 1A 0 38 E0 16 24
Octal 110 123 160 44 32 0 70 340 26 44
Binary 1001000 1010011 1110000 100100 11010 0 111000 11100000 10110 100100

Color Harmonies of #485370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485370

Black with #485370

Text Example


Text Example

White with #485370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485370; }

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

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

background-color css

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

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

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

border-color css

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

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

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