#482467

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

Shades of Blue Diamond #482467

Tints of Blue Diamond #482467

Color information

#482467 (or 0x482467) is unknown color: approx Blue Diamond. HEX triplet: 48, 24 and 67. RGB value is (72,36,103). Sum of RGB (Red+Green+Blue) = 72+36+103=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 103 - color contains mainly: blue. Hex color #482467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482467 is #B7DB98. Grayscale: #363636. Windows color (decimal): -12049305 or 6759496. OLE color: 6759496.

HSL color Cylindrical-coordinate representation of color #482467: hue angle of 272.24º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #482467 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7236103-
CMYK0.300.6500.60
HSL272.24º48.2%27.25%-
HSV(B)272.24º65.05%40.39%-
XYZ5.753.6213.23-
YUV54.4155.43140.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 36 (14.45% from 255) = 17.06%
BLUE value IS 103 (40.62% from 255) = 48.82%
R=34.12%
G=17.06%
B=48.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72361030.300.6500.60272.2448.227.25
Hex4824671E4103C110301b
Octal11044147361010744206033
Binary10010001001001100111111101000001011110010001000011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482467; }

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

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

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

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

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

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

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

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