Html Css Color HEX #484162 Meteorite

📋 copy color: '#484162'

red 72 ◦ green 65 ◦ blue 98

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

Shades of Meteorite #484162

Tints of Meteorite #484162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.66%

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

R = 30.64%
G = 27.66%
B = 41.7%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#484162 (or 0x484162) is known color: Meteorite. HEX triplet: 48, 41 and 62. RGB value is (72,65,98). Sum of RGB (Red+Green+Blue) = 72+65+98=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 98 - color contains mainly: blue. Hex color #484162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484162 is #B7BE9D. Grayscale: #464646. Windows color (decimal): -12041886 or 6439240. OLE color: 6439240.

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

Color convert

RGB 72 65 98 -
CMYK 0.27 0.34 0 0.62
HSL 252.73º 0.2% 0.32% -
HSV(B) 252.73º 0.34% 0.38% -
XYZ 6.77 6.04 12.36 -
YUV 70.86 143.32 128.82 -
System Red Green Blue C M Y K H S L
Decimal 72 65 98 0.27 0.34 0 0.62 252.73 0.2 0.32
Hex 48 41 62 1B 22 0 3E FD 14 20
Octal 110 101 142 33 42 0 76 375 24 40
Binary 1001000 1000001 1100010 11011 100010 0 111110 11111101 10100 100000

Color Harmonies of #484162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484162

Black with #484162

Text Example


Text Example

White with #484162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484162; }

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

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

background-color css

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

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

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

border-color css

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

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

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