Html Css Color HEX #483D65 Meteorite

📋 copy color: '#483D65'

red 72 ◦ green 61 ◦ blue 101

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

Shades of Meteorite #483D65

Tints of Meteorite #483D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 43.16%

R = 30.77%
G = 26.07%
B = 43.16%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#483D65 (or 0x483D65) is known color: Meteorite. HEX triplet: 48, 3D and 65. RGB value is (72,61,101). Sum of RGB (Red+Green+Blue) = 72+61+101=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 101 - color contains mainly: blue. Hex color #483D65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483D65 is #B7C29A. Grayscale: #444444. Windows color (decimal): -12042907 or 6634824. OLE color: 6634824.

HSL color Cylindrical-coordinate representation of color #483D65: hue angle of 256.5º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #483D65 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 61 101 -
CMYK 0.29 0.40 0 0.60
HSL 256.5º 0.25% 0.32% -
HSV(B) 256.5º 0.4% 0.4% -
XYZ 6.69 5.65 13.05 -
YUV 68.85 146.14 130.25 -
System Red Green Blue C M Y K H S L
Decimal 72 61 101 0.29 0.40 0 0.60 256.5 0.25 0.32
Hex 48 3D 65 1D 28 0 3C 100 19 20
Octal 110 75 145 35 50 0 74 400 31 40
Binary 1001000 111101 1100101 11101 101000 0 111100 100000000 11001 100000

Color Harmonies of #483D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483D65

Black with #483D65

Text Example


Text Example

White with #483D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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