Html Css Color HEX #485465 East Bay

📋 copy color: '#485465'

red 72 ◦ green 84 ◦ blue 101

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

Shades of East Bay #485465

Tints of East Bay #485465

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.68%

 BLUE value IS 101 (39.84% from 255) = 39.3%

R = 28.02%
G = 32.68%
B = 39.3%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#485465 (or 0x485465) is known color: East Bay. HEX triplet: 48, 54 and 65. RGB value is (72,84,101). Sum of RGB (Red+Green+Blue) = 72+84+101=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 101 - color contains mainly: blue. Hex color #485465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485465 is #B7AB9A. Grayscale: #525252. Windows color (decimal): -12037019 or 6640712. OLE color: 6640712.

HSL color Cylindrical-coordinate representation of color #485465: hue angle of 215.17º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #485465 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 84 101 -
CMYK 0.29 0.17 0 0.60
HSL 215.17º 0.17% 0.34% -
HSV(B) 215.17º 0.29% 0.4% -
XYZ 8.19 8.66 13.55 -
YUV 82.35 138.52 120.62 -
System Red Green Blue C M Y K H S L
Decimal 72 84 101 0.29 0.17 0 0.60 215.17 0.17 0.34
Hex 48 54 65 1D 11 0 3C D7 11 22
Octal 110 124 145 35 21 0 74 327 21 42
Binary 1001000 1010100 1100101 11101 10001 0 111100 11010111 10001 100010

Color Harmonies of #485465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485465

Black with #485465

Text Example


Text Example

White with #485465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485465; }

 p { color: rgb(72,84,101); }

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

background-color css

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

 a { background-color: rgb(72,84,101); }

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

border-color css

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

 span { border-color: rgb(72,84,101); }

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