Html Css Color HEX #483D78 Meteorite

📋 copy color: '#483D78'

red 72 ◦ green 61 ◦ blue 120

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

Shades of Meteorite #483D78

Tints of Meteorite #483D78

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.11%

 BLUE value IS 120 (47.27% from 255) = 47.43%

R = 28.46%
G = 24.11%
B = 47.43%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#483D78 (or 0x483D78) is known color: Meteorite. HEX triplet: 48, 3D and 78. RGB value is (72,61,120). Sum of RGB (Red+Green+Blue) = 72+61+120=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #483D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483D78 is #B7C287. Grayscale: #464646. Windows color (decimal): -12042888 or 7880008. OLE color: 7880008.

HSL color Cylindrical-coordinate representation of color #483D78: hue angle of 251.19º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #483D78 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 61 120 -
CMYK 0.40 0.49 0 0.53
HSL 251.19º 0.33% 0.35% -
HSV(B) 251.19º 0.49% 0.47% -
XYZ 7.73 6.07 18.53 -
YUV 71.02 155.64 128.7 -
System Red Green Blue C M Y K H S L
Decimal 72 61 120 0.40 0.49 0 0.53 251.19 0.33 0.35
Hex 48 3D 78 28 31 0 35 FB 21 23
Octal 110 75 170 50 61 0 65 373 41 43
Binary 1001000 111101 1111000 101000 110001 0 110101 11111011 100001 100011

Color Harmonies of #483D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483D78

Black with #483D78

Text Example


Text Example

White with #483D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483D78; }

 p { color: rgb(72,61,120); }

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

background-color css

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

 a { background-color: rgb(72,61,120); }

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

border-color css

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

 span { border-color: rgb(72,61,120); }

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