Html Css Color HEX #483C60 Meteorite

📋 copy color: '#483C60'

red 72 ◦ green 60 ◦ blue 96

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

Shades of Meteorite #483C60

Tints of Meteorite #483C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 42.11%

R = 31.58%
G = 26.32%
B = 42.11%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#483C60 (or 0x483C60) is known color: Meteorite. HEX triplet: 48, 3C and 60. RGB value is (72,60,96). Sum of RGB (Red+Green+Blue) = 72+60+96=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #483C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483C60 is #B7C39F. Grayscale: #434343. Windows color (decimal): -12043168 or 6306888. OLE color: 6306888.

HSL color Cylindrical-coordinate representation of color #483C60: hue angle of 260º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #483C60 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 60 96 -
CMYK 0.25 0.38 0 0.62
HSL 260º 0.23% 0.31% -
HSV(B) 260º 0.38% 0.38% -
XYZ 6.4 5.45 11.78 -
YUV 67.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 72 60 96 0.25 0.38 0 0.62 260 0.23 0.31
Hex 48 3C 60 19 26 0 3E 104 17 1F
Octal 110 74 140 31 46 0 76 404 27 37
Binary 1001000 111100 1100000 11001 100110 0 111110 100000100 10111 11111

Color Harmonies of #483C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C60

Black with #483C60

Text Example


Text Example

White with #483C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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