Html Css Color HEX #483465 Meteorite

📋 copy color: '#483465'

red 72 ◦ green 52 ◦ blue 101

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

Shades of Meteorite #483465

Tints of Meteorite #483465

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.11%

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

R = 32%
G = 23.11%
B = 44.89%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#483465 (or 0x483465) is known color: Meteorite. HEX triplet: 48, 34 and 65. RGB value is (72,52,101). Sum of RGB (Red+Green+Blue) = 72+52+101=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #483465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483465 is #B7CB9A. Grayscale: #3F3F3F. Windows color (decimal): -12045211 or 6632520. OLE color: 6632520.

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

Color convert

RGB 72 52 101 -
CMYK 0.29 0.49 0 0.60
HSL 264.49º 0.32% 0.3% -
HSV(B) 264.49º 0.49% 0.4% -
XYZ 6.25 4.77 12.9 -
YUV 63.57 149.13 134.02 -
System Red Green Blue C M Y K H S L
Decimal 72 52 101 0.29 0.49 0 0.60 264.49 0.32 0.3
Hex 48 34 65 1D 31 0 3C 108 20 1E
Octal 110 64 145 35 61 0 74 410 40 36
Binary 1001000 110100 1100101 11101 110001 0 111100 100001000 100000 11110

Color Harmonies of #483465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483465

Black with #483465

Text Example


Text Example

White with #483465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483465; }

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

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

background-color css

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

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

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

border-color css

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

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

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