#482966

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

Shades of Blue Diamond #482966

Tints of Blue Diamond #482966

Color information

#482966 (or 0x482966) is unknown color: approx Blue Diamond. HEX triplet: 48, 29 and 66. RGB value is (72,41,102). Sum of RGB (Red+Green+Blue) = 72+41+102=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 102 - color contains mainly: blue. Hex color #482966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482966 is #B7D699. Grayscale: #393939. Windows color (decimal): -12048026 or 6695240. OLE color: 6695240.

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

Color convert

RGB7241102-
CMYK0.290.6000.6
HSL270.49º42.66%28.04%-
HSV(B)270.49º59.8%40%-
XYZ5.863.9213.02-
YUV57.22153.27138.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 102 (40.23% from 255) = 47.44%
R=33.49%
G=19.07%
B=47.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72411020.290.6000.6270.4942.6628.04
Hex4829661D3C03C10e2b1c
Octal1105114635740744165334
Binary1001000101001110011011101111100011110010000111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482966; }

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

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

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

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

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

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

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

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