#483A68

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

Shades of Meteorite #483A68

Tints of Meteorite #483A68

Color information

#483A68 (or 0x483A68) is unknown color: approx Meteorite. HEX triplet: 48, 3A and 68. RGB value is (72,58,104). Sum of RGB (Red+Green+Blue) = 72+58+104=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #483A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483A68 is #B7C597. Grayscale: #434343. Windows color (decimal): -12043672 or 6830664. OLE color: 6830664.

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

Color convert

RGB7258104-
CMYK0.310.4400.59
HSL258.26º28.4%31.76%-
HSV(B)258.26º44.23%40.78%-
XYZ6.685.413.79-
YUV67.43148.64131.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.77%
GREEN value IS 58 (23.05% from 255) = 24.79%
BLUE value IS 104 (41.02% from 255) = 44.44%
R=30.77%
G=24.79%
B=44.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72581040.310.4400.59258.2628.431.76
Hex483A681F2C03B1021c20
Octal1107215037540734023440
Binary1001000111010110100011111101100011101110000001011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,58,104); }

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

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

 a { background-color: rgb(72,58,104); }

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

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

 span { border-color: rgb(72,58,104); }

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