Html Css Color HEX #484061 Meteorite

📋 copy color: '#484061'

red 72 ◦ green 64 ◦ blue 97

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

Shades of Meteorite #484061

Tints of Meteorite #484061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.47%

 BLUE value IS 97 (38.28% from 255) = 41.63%

R = 30.9%
G = 27.47%
B = 41.63%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#484061 (or 0x484061) is known color: Meteorite. HEX triplet: 48, 40 and 61. RGB value is (72,64,97). Sum of RGB (Red+Green+Blue) = 72+64+97=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #484061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484061 is #B7BF9E. Grayscale: #464646. Windows color (decimal): -12042143 or 6373448. OLE color: 6373448.

HSL color Cylindrical-coordinate representation of color #484061: hue angle of 254.55º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #484061 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 64 97 -
CMYK 0.26 0.34 0 0.62
HSL 254.55º 0.2% 0.32% -
HSV(B) 254.55º 0.34% 0.38% -
XYZ 6.66 5.91 12.1 -
YUV 70.15 143.15 129.32 -
System Red Green Blue C M Y K H S L
Decimal 72 64 97 0.26 0.34 0 0.62 254.55 0.2 0.32
Hex 48 40 61 1A 22 0 3E FF 14 20
Octal 110 100 141 32 42 0 76 377 24 40
Binary 1001000 1000000 1100001 11010 100010 0 111110 11111111 10100 100000

Color Harmonies of #484061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484061

Black with #484061

Text Example


Text Example

White with #484061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484061; }

 p { color: rgb(72,64,97); }

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

background-color css

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

 a { background-color: rgb(72,64,97); }

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

border-color css

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

 span { border-color: rgb(72,64,97); }

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