Html Css Color HEX #485462 Cello

📋 copy color: '#485462'

red 72 ◦ green 84 ◦ blue 98

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

Shades of Cello #485462

Tints of Cello #485462

RGB

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

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

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

R = 28.35%
G = 33.07%
B = 38.58%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#485462 (or 0x485462) is known color: Cello. HEX triplet: 48, 54 and 62. RGB value is (72,84,98). Sum of RGB (Red+Green+Blue) = 72+84+98=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 98 - color contains mainly: blue. Hex color #485462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485462 is #B7AB9D. Grayscale: #515151. Windows color (decimal): -12037022 or 6444104. OLE color: 6444104.

HSL color Cylindrical-coordinate representation of color #485462: hue angle of 212.31º 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 #485462 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 84 98 -
CMYK 0.27 0.14 0 0.62
HSL 212.31º 0.15% 0.33% -
HSV(B) 212.31º 0.27% 0.38% -
XYZ 8.05 8.6 12.79 -
YUV 82.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 72 84 98 0.27 0.14 0 0.62 212.31 0.15 0.33
Hex 48 54 62 1B E 0 3E D4 F 21
Octal 110 124 142 33 16 0 76 324 17 41
Binary 1001000 1010100 1100010 11011 1110 0 111110 11010100 1111 100001

Color Harmonies of #485462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485462

Black with #485462

Text Example


Text Example

White with #485462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485462; }

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

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

background-color css

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

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

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

border-color css

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

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

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