Html Css Color HEX #485069 East Bay

📋 copy color: '#485069'

red 72 ◦ green 80 ◦ blue 105

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

Shades of East Bay #485069

Tints of East Bay #485069

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.13%

 BLUE value IS 105 (41.41% from 255) = 40.86%

R = 28.02%
G = 31.13%
B = 40.86%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#485069 (or 0x485069) is known color: East Bay. HEX triplet: 48, 50 and 69. RGB value is (72,80,105). Sum of RGB (Red+Green+Blue) = 72+80+105=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 105 - color contains mainly: blue. Hex color #485069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485069 is #B7AF96. Grayscale: #505050. Windows color (decimal): -12038039 or 6901832. OLE color: 6901832.

HSL color Cylindrical-coordinate representation of color #485069: hue angle of 225.45º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #485069 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 80 105 -
CMYK 0.31 0.24 0 0.59
HSL 225.45º 0.19% 0.35% -
HSV(B) 225.45º 0.31% 0.41% -
XYZ 8.09 8.13 14.51 -
YUV 80.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 72 80 105 0.31 0.24 0 0.59 225.45 0.19 0.35
Hex 48 50 69 1F 18 0 3B E1 13 23
Octal 110 120 151 37 30 0 73 341 23 43
Binary 1001000 1010000 1101001 11111 11000 0 111011 11100001 10011 100011

Color Harmonies of #485069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485069

Black with #485069

Text Example


Text Example

White with #485069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485069; }

 p { color: rgb(72,80,105); }

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

background-color css

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

 a { background-color: rgb(72,80,105); }

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

border-color css

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

 span { border-color: rgb(72,80,105); }

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