#483669

Color #483669 Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #483669

Tints of Meteorite #483669

Color information

#483669 (or 0x483669) is unknown color: approx Meteorite. HEX triplet: 48, 36 and 69. RGB value is (72,54,105). Sum of RGB (Red+Green+Blue) = 72+54+105=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 105 - color contains mainly: blue. Hex color #483669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483669 is #B7C996. Grayscale: #414141. Windows color (decimal): -12044695 or 6895176. OLE color: 6895176.

HSL color Cylindrical-coordinate representation of color #483669: hue angle of 261.18º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #483669 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7254105-
CMYK0.310.4900.59
HSL261.18º32.08%31.18%-
HSV(B)261.18º48.57%41.18%-
XYZ6.545.0413.99-
YUV65.2150.46132.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 54 (21.48% from 255) = 23.38%
BLUE value IS 105 (41.41% from 255) = 45.45%
R=31.17%
G=23.38%
B=45.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72541050.310.4900.59261.1832.0831.18
Hex4836691F3103B105201f
Octal1106615137610734054037
Binary1001000110110110100111111110001011101110000010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483669; }

 p { color: rgb(72,54,105); }

 H1.HeaderClassName
 {
   color: #483669;
 }
 .AnyTagClassName
 {
   color: #483669;
 }
</style>
background-color css

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

 a { background-color: rgb(72,54,105); }

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

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

 span { border-color: rgb(72,54,105); }

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