Html Css Color HEX #483D60 Meteorite

📋 copy color: '#483D60'

red 72 ◦ green 61 ◦ blue 96

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

Shades of Meteorite #483D60

Tints of Meteorite #483D60

RGB

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

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

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

R = 31.44%
G = 26.64%
B = 41.92%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#483D60 (or 0x483D60) is known color: Meteorite. HEX triplet: 48, 3D and 60. RGB value is (72,61,96). Sum of RGB (Red+Green+Blue) = 72+61+96=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 96 - color contains mainly: blue. Hex color #483D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483D60 is #B7C29F. Grayscale: #444444. Windows color (decimal): -12042912 or 6307144. OLE color: 6307144.

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

Color convert

RGB 72 61 96 -
CMYK 0.25 0.36 0 0.62
HSL 258.86º 0.22% 0.31% -
HSV(B) 258.86º 0.36% 0.38% -
XYZ 6.45 5.56 11.8 -
YUV 68.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 72 61 96 0.25 0.36 0 0.62 258.86 0.22 0.31
Hex 48 3D 60 19 24 0 3E 103 16 1F
Octal 110 75 140 31 44 0 76 403 26 37
Binary 1001000 111101 1100000 11001 100100 0 111110 100000011 10110 11111

Color Harmonies of #483D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483D60

Black with #483D60

Text Example


Text Example

White with #483D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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