#483367

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

Shades of Meteorite #483367

Tints of Meteorite #483367

Color information

#483367 (or 0x483367) is unknown color: approx Meteorite. HEX triplet: 48, 33 and 67. RGB value is (72,51,103). Sum of RGB (Red+Green+Blue) = 72+51+103=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 103 - color contains mainly: blue. Hex color #483367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483367 is #B7CC98. Grayscale: #3F3F3F. Windows color (decimal): -12045465 or 6763336. OLE color: 6763336.

HSL color Cylindrical-coordinate representation of color #483367: hue angle of 264.23º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #483367 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7251103-
CMYK0.300.5000.60
HSL264.23º33.77%30.2%-
HSV(B)264.23º50.49%40.39%-
XYZ6.34.7213.41-
YUV63.21150.46134.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 51 (20.31% from 255) = 22.57%
BLUE value IS 103 (40.62% from 255) = 45.58%
R=31.86%
G=22.57%
B=45.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72511030.300.5000.60264.2333.7730.2
Hex4833671E3203C108221e
Octal1106314736620744104236
Binary1001000110011110011111110110010011110010000100010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483367; }

 p { color: rgb(72,51,103); }

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

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

 a { background-color: rgb(72,51,103); }

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

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

 span { border-color: rgb(72,51,103); }

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