Html Css Color HEX #485058 Cello

📋 copy color: '#485058'

red 72 ◦ green 80 ◦ blue 88

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

Shades of Cello #485058

Tints of Cello #485058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.67%

R = 30%
G = 33.33%
B = 36.67%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#485058 (or 0x485058) is known color: Cello. HEX triplet: 48, 50 and 58. RGB value is (72,80,88). Sum of RGB (Red+Green+Blue) = 72+80+88=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 88 - color contains mainly: blue. Hex color #485058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485058 is #B7AFA7. Grayscale: #4E4E4E. Windows color (decimal): -12038056 or 5787720. OLE color: 5787720.

HSL color Cylindrical-coordinate representation of color #485058: hue angle of 210º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #485058 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 80 88 -
CMYK 0.18 0.09 0 0.65
HSL 210º 0.1% 0.31% -
HSV(B) 210º 0.18% 0.35% -
XYZ 7.3 7.82 10.36 -
YUV 78.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 72 80 88 0.18 0.09 0 0.65 210 0.1 0.31
Hex 48 50 58 12 9 0 41 D2 A 1F
Octal 110 120 130 22 11 0 101 322 12 37
Binary 1001000 1010000 1011000 10010 1001 0 1000001 11010010 1010 11111

Color Harmonies of #485058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485058

Black with #485058

Text Example


Text Example

White with #485058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485058; }

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

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

background-color css

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

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

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

border-color css

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

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

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