Html Css Color HEX #483C76 Meteorite

📋 copy color: '#483C76'

red 72 ◦ green 60 ◦ blue 118

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

Shades of Meteorite #483C76

Tints of Meteorite #483C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24%

 BLUE value IS 118 (46.48% from 255) = 47.2%

R = 28.8%
G = 24%
B = 47.2%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#483C76 (or 0x483C76) is known color: Meteorite. HEX triplet: 48, 3C and 76. RGB value is (72,60,118). Sum of RGB (Red+Green+Blue) = 72+60+118=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #483C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483C76 is #B7C389. Grayscale: #454545. Windows color (decimal): -12043146 or 7748680. OLE color: 7748680.

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

Color convert

RGB 72 60 118 -
CMYK 0.39 0.49 0 0.54
HSL 252.41º 0.33% 0.35% -
HSV(B) 252.41º 0.49% 0.46% -
XYZ 7.56 5.92 17.88 -
YUV 70.2 154.98 129.28 -
System Red Green Blue C M Y K H S L
Decimal 72 60 118 0.39 0.49 0 0.54 252.41 0.33 0.35
Hex 48 3C 76 27 31 0 36 FC 21 23
Octal 110 74 166 47 61 0 66 374 41 43
Binary 1001000 111100 1110110 100111 110001 0 110110 11111100 100001 100011

Color Harmonies of #483C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C76

Black with #483C76

Text Example


Text Example

White with #483C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,60,118); }

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

background-color css

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

 a { background-color: rgb(72,60,118); }

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

border-color css

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

 span { border-color: rgb(72,60,118); }

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