Html Css Color HEX #483765 Meteorite

📋 copy color: '#483765'

red 72 ◦ green 55 ◦ blue 101

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

Shades of Meteorite #483765

Tints of Meteorite #483765

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.12%

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

R = 31.58%
G = 24.12%
B = 44.3%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#483765 (or 0x483765) is known color: Meteorite. HEX triplet: 48, 37 and 65. RGB value is (72,55,101). Sum of RGB (Red+Green+Blue) = 72+55+101=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #483765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483765 is #B7C89A. Grayscale: #414141. Windows color (decimal): -12044443 or 6633288. OLE color: 6633288.

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

Color convert

RGB 72 55 101 -
CMYK 0.29 0.46 0 0.60
HSL 262.17º 0.29% 0.31% -
HSV(B) 262.17º 0.46% 0.4% -
XYZ 6.39 5.05 12.95 -
YUV 65.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 72 55 101 0.29 0.46 0 0.60 262.17 0.29 0.31
Hex 48 37 65 1D 2E 0 3C 106 1D 1F
Octal 110 67 145 35 56 0 74 406 35 37
Binary 1001000 110111 1100101 11101 101110 0 111100 100000110 11101 11111

Color Harmonies of #483765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483765

Black with #483765

Text Example


Text Example

White with #483765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483765; }

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

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

background-color css

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

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

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

border-color css

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

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

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