Html Css Color HEX #483974 Meteorite

📋 copy color: '#483974'

red 72 ◦ green 57 ◦ blue 116

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

Shades of Meteorite #483974

Tints of Meteorite #483974

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.27%

 BLUE value IS 116 (45.7% from 255) = 47.35%

R = 29.39%
G = 23.27%
B = 47.35%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#483974 (or 0x483974) is known color: Meteorite. HEX triplet: 48, 39 and 74. RGB value is (72,57,116). Sum of RGB (Red+Green+Blue) = 72+57+116=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 116 - color contains mainly: blue. Hex color #483974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483974 is #B7C68B. Grayscale: #434343. Windows color (decimal): -12043916 or 7616840. OLE color: 7616840.

HSL color Cylindrical-coordinate representation of color #483974: hue angle of 255.25º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #483974 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 57 116 -
CMYK 0.38 0.51 0 0.55
HSL 255.25º 0.34% 0.34% -
HSV(B) 255.25º 0.51% 0.45% -
XYZ 7.29 5.56 17.21 -
YUV 68.21 154.97 130.7 -
System Red Green Blue C M Y K H S L
Decimal 72 57 116 0.38 0.51 0 0.55 255.25 0.34 0.34
Hex 48 39 74 26 33 0 37 FF 22 22
Octal 110 71 164 46 63 0 67 377 42 42
Binary 1001000 111001 1110100 100110 110011 0 110111 11111111 100010 100010

Color Harmonies of #483974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483974

Black with #483974

Text Example


Text Example

White with #483974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483974; }

 p { color: rgb(72,57,116); }

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

background-color css

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

 a { background-color: rgb(72,57,116); }

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

border-color css

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

 span { border-color: rgb(72,57,116); }

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