Html Css Color HEX #484062 Meteorite

📋 copy color: '#484062'

red 72 ◦ green 64 ◦ blue 98

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

Shades of Meteorite #484062

Tints of Meteorite #484062

RGB

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

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

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

R = 30.77%
G = 27.35%
B = 41.88%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#484062 (or 0x484062) is known color: Meteorite. HEX triplet: 48, 40 and 62. RGB value is (72,64,98). Sum of RGB (Red+Green+Blue) = 72+64+98=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #484062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484062 is #B7BF9D. Grayscale: #464646. Windows color (decimal): -12042142 or 6438984. OLE color: 6438984.

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

Color convert

RGB 72 64 98 -
CMYK 0.27 0.35 0 0.62
HSL 254.12º 0.21% 0.32% -
HSV(B) 254.12º 0.35% 0.38% -
XYZ 6.71 5.93 12.35 -
YUV 70.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 72 64 98 0.27 0.35 0 0.62 254.12 0.21 0.32
Hex 48 40 62 1B 23 0 3E FE 15 20
Octal 110 100 142 33 43 0 76 376 25 40
Binary 1001000 1000000 1100010 11011 100011 0 111110 11111110 10101 100000

Color Harmonies of #484062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484062

Black with #484062

Text Example


Text Example

White with #484062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484062; }

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

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

background-color css

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

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

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

border-color css

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

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

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