Html Css Color HEX #484070 Meteorite

📋 copy color: '#484070'

red 72 ◦ green 64 ◦ blue 112

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

Shades of Meteorite #484070

Tints of Meteorite #484070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.16%

R = 29.03%
G = 25.81%
B = 45.16%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#484070 (or 0x484070) is known color: Meteorite. HEX triplet: 48, 40 and 70. RGB value is (72,64,112). Sum of RGB (Red+Green+Blue) = 72+64+112=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #484070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484070 is #B7BF8F. Grayscale: #474747. Windows color (decimal): -12042128 or 7356488. OLE color: 7356488.

HSL color Cylindrical-coordinate representation of color #484070: hue angle of 250º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #484070 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 64 112 -
CMYK 0.36 0.43 0 0.56
HSL 250º 0.27% 0.35% -
HSV(B) 250º 0.43% 0.44% -
XYZ 7.43 6.21 16.14 -
YUV 71.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 72 64 112 0.36 0.43 0 0.56 250 0.27 0.35
Hex 48 40 70 24 2B 0 38 FA 1B 23
Octal 110 100 160 44 53 0 70 372 33 43
Binary 1001000 1000000 1110000 100100 101011 0 111000 11111010 11011 100011

Color Harmonies of #484070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484070

Black with #484070

Text Example


Text Example

White with #484070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484070; }

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

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

background-color css

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

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

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

border-color css

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

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

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