#481469

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

Shades of Blue Diamond #481469

Tints of Blue Diamond #481469

Color information

#481469 (or 0x481469) is unknown color: approx Blue Diamond. HEX triplet: 48, 14 and 69. RGB value is (72,20,105). Sum of RGB (Red+Green+Blue) = 72+20+105=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #481469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481469 is #B7EB96. Grayscale: #2C2C2C. Windows color (decimal): -12053399 or 6886472. OLE color: 6886472.

HSL color Cylindrical-coordinate representation of color #481469: hue angle of 276.71º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481469 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7220105-
CMYK0.310.8100.59
HSL276.71º68%24.51%-
HSV(B)276.71º80.95%41.18%-
XYZ5.472.913.64-
YUV45.24161.73147.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 20 (8.20% from 255) = 10.15%
BLUE value IS 105 (41.41% from 255) = 53.30%
R=36.55%
G=10.15%
B=53.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72201050.310.8100.59276.716824.51
Hex4814691F5103B1154419
Octal110241513712107342510431
Binary10010001010011010011111110100010111011100010101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481469; }

 p { color: rgb(72,20,105); }

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

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

 a { background-color: rgb(72,20,105); }

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

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

 span { border-color: rgb(72,20,105); }

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