Html Css Color HEX #485463 Cello

📋 copy color: '#485463'

red 72 ◦ green 84 ◦ blue 99

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

Shades of Cello #485463

Tints of Cello #485463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.82%

R = 28.24%
G = 32.94%
B = 38.82%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#485463 (or 0x485463) is known color: Cello. HEX triplet: 48, 54 and 63. RGB value is (72,84,99). Sum of RGB (Red+Green+Blue) = 72+84+99=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 99 - color contains mainly: blue. Hex color #485463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485463 is #B7AB9C. Grayscale: #525252. Windows color (decimal): -12037021 or 6509640. OLE color: 6509640.

HSL color Cylindrical-coordinate representation of color #485463: hue angle of 213.33º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #485463 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 84 99 -
CMYK 0.27 0.15 0 0.61
HSL 213.33º 0.16% 0.34% -
HSV(B) 213.33º 0.27% 0.39% -
XYZ 8.09 8.62 13.04 -
YUV 82.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 72 84 99 0.27 0.15 0 0.61 213.33 0.16 0.34
Hex 48 54 63 1B F 0 3D D5 10 22
Octal 110 124 143 33 17 0 75 325 20 42
Binary 1001000 1010100 1100011 11011 1111 0 111101 11010101 10000 100010

Color Harmonies of #485463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485463

Black with #485463

Text Example


Text Example

White with #485463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485463; }

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

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

background-color css

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

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

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

border-color css

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

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

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