Html Css Color HEX #483C61 Meteorite

📋 copy color: '#483C61'

red 72 ◦ green 60 ◦ blue 97

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

Shades of Meteorite #483C61

Tints of Meteorite #483C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 42.36%

R = 31.44%
G = 26.2%
B = 42.36%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#483C61 (or 0x483C61) is known color: Meteorite. HEX triplet: 48, 3C and 61. RGB value is (72,60,97). Sum of RGB (Red+Green+Blue) = 72+60+97=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #483C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483C61 is #B7C39E. Grayscale: #434343. Windows color (decimal): -12043167 or 6372424. OLE color: 6372424.

HSL color Cylindrical-coordinate representation of color #483C61: hue angle of 259.46º degrees, saturation: 0.24, 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 #483C61 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 60 97 -
CMYK 0.26 0.38 0 0.62
HSL 259.46º 0.24% 0.31% -
HSV(B) 259.46º 0.38% 0.38% -
XYZ 6.45 5.47 12.03 -
YUV 67.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 72 60 97 0.26 0.38 0 0.62 259.46 0.24 0.31
Hex 48 3C 61 1A 26 0 3E 103 18 1F
Octal 110 74 141 32 46 0 76 403 30 37
Binary 1001000 111100 1100001 11010 100110 0 111110 100000011 11000 11111

Color Harmonies of #483C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C61

Black with #483C61

Text Example


Text Example

White with #483C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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