#482175

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

Shades of Blue Diamond #482175

Tints of Blue Diamond #482175

Color information

#482175 (or 0x482175) is unknown color: approx Blue Diamond. HEX triplet: 48, 21 and 75. RGB value is (72,33,117). Sum of RGB (Red+Green+Blue) = 72+33+117=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #482175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482175 is #B7DE8A. Grayscale: #353535. Windows color (decimal): -12050059 or 7676232. OLE color: 7676232.

HSL color Cylindrical-coordinate representation of color #482175: hue angle of 267.86º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #482175 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7233117-
CMYK0.380.7200.54
HSL267.86º56%29.41%-
HSV(B)267.86º71.79%45.88%-
XYZ6.433.7517.21-
YUV54.24163.42140.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 33 (13.28% from 255) = 14.86%
BLUE value IS 117 (46.09% from 255) = 52.70%
R=32.43%
G=14.86%
B=52.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72331170.380.7200.54267.865629.41
Hex482175264803610c381d
Octal11041165461100664147035
Binary100100010000111101011001101001000011011010000110011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482175; }

 p { color: rgb(72,33,117); }

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

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

 a { background-color: rgb(72,33,117); }

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

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

 span { border-color: rgb(72,33,117); }

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