Html Css Color HEX #485362 East Bay

📋 copy color: '#485362'

red 72 ◦ green 83 ◦ blue 98

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

Shades of East Bay #485362

Tints of East Bay #485362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.74%

R = 28.46%
G = 32.81%
B = 38.74%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#485362 (or 0x485362) is known color: East Bay. HEX triplet: 48, 53 and 62. RGB value is (72,83,98). Sum of RGB (Red+Green+Blue) = 72+83+98=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 98 - color contains mainly: blue. Hex color #485362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485362 is #B7AC9D. Grayscale: #515151. Windows color (decimal): -12037278 or 6443848. OLE color: 6443848.

HSL color Cylindrical-coordinate representation of color #485362: hue angle of 214.62º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #485362 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 83 98 -
CMYK 0.27 0.15 0 0.62
HSL 214.62º 0.15% 0.33% -
HSV(B) 214.62º 0.27% 0.38% -
XYZ 7.97 8.45 12.77 -
YUV 81.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 72 83 98 0.27 0.15 0 0.62 214.62 0.15 0.33
Hex 48 53 62 1B F 0 3E D7 F 21
Octal 110 123 142 33 17 0 76 327 17 41
Binary 1001000 1010011 1100010 11011 1111 0 111110 11010111 1111 100001

Color Harmonies of #485362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485362

Black with #485362

Text Example


Text Example

White with #485362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485362; }

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

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

background-color css

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

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

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

border-color css

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

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

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