#482377

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

Shades of Blue Diamond #482377

Tints of Blue Diamond #482377

Color information

#482377 (or 0x482377) is unknown color: approx Blue Diamond. HEX triplet: 48, 23 and 77. RGB value is (72,35,119). Sum of RGB (Red+Green+Blue) = 72+35+119=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #482377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482377 is #B7DC88. Grayscale: #373737. Windows color (decimal): -12049545 or 7807816. OLE color: 7807816.

HSL color Cylindrical-coordinate representation of color #482377: hue angle of 266.43º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #482377 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7235119-
CMYK0.390.7100.53
HSL266.43º54.55%30.2%-
HSV(B)266.43º70.59%46.67%-
XYZ6.63.9117.86-
YUV55.64163.76139.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 35 (14.06% from 255) = 15.49%
BLUE value IS 119 (46.88% from 255) = 52.65%
R=31.86%
G=15.49%
B=52.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72351190.390.7100.53266.4354.5530.2
Hex482377274703510a371e
Octal11043167471070654126736
Binary100100010001111101111001111000111011010110000101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482377; }

 p { color: rgb(72,35,119); }

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

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

 a { background-color: rgb(72,35,119); }

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

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

 span { border-color: rgb(72,35,119); }

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