#482c6a

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

Shades of Blue Diamond #482C6A

Tints of Blue Diamond #482C6A

Color information

#482C6A (or 0x482C6A) is unknown color: approx Blue Diamond. HEX triplet: 48, 2C and 6A. RGB value is (72,44,106). Sum of RGB (Red+Green+Blue) = 72+44+106=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 106 - color contains mainly: blue. Hex color #482C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482C6A is #B7D395. Grayscale: #3B3B3B. Windows color (decimal): -12047254 or 6958152. OLE color: 6958152.

HSL color Cylindrical-coordinate representation of color #482C6A: hue angle of 267.1º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #482C6A is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7244106-
CMYK0.320.5800.58
HSL267.1º41.33%29.41%-
HSV(B)267.1º58.49%41.57%-
XYZ6.174.2214.12-
YUV59.44154.28136.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 44 (17.58% from 255) = 19.82%
BLUE value IS 106 (41.80% from 255) = 47.75%
R=32.43%
G=19.82%
B=47.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72441060.320.5800.58267.141.3329.41
Hex482C6A203A03A10b291d
Octal1105415240720724135135
Binary10010001011001101010100000111010011101010000101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482c6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482c6a; }

 p { color: rgb(72,44,106); }

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

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

 a { background-color: rgb(72,44,106); }

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

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

 span { border-color: rgb(72,44,106); }

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