#482766

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

Shades of Blue Diamond #482766

Tints of Blue Diamond #482766

Color information

#482766 (or 0x482766) is unknown color: approx Blue Diamond. HEX triplet: 48, 27 and 66. RGB value is (72,39,102). Sum of RGB (Red+Green+Blue) = 72+39+102=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #482766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482766 is #B7D899. Grayscale: #373737. Windows color (decimal): -12048538 or 6694728. OLE color: 6694728.

HSL color Cylindrical-coordinate representation of color #482766: hue angle of 271.43º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #482766 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7239102-
CMYK0.290.6200.6
HSL271.43º44.68%27.65%-
HSV(B)271.43º61.76%40%-
XYZ5.83.7913-
YUV56.05153.93139.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 39 (15.62% from 255) = 18.31%
BLUE value IS 102 (40.23% from 255) = 47.89%
R=33.80%
G=18.31%
B=47.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72391020.290.6200.6271.4344.6827.65
Hex4827661D3E03C10f2d1c
Octal1104714635760744175534
Binary1001000100111110011011101111110011110010000111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482766; }

 p { color: rgb(72,39,102); }

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

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

 a { background-color: rgb(72,39,102); }

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

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

 span { border-color: rgb(72,39,102); }

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