#482767

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

Shades of Blue Diamond #482767

Tints of Blue Diamond #482767

Color information

#482767 (or 0x482767) is unknown color: approx Blue Diamond. HEX triplet: 48, 27 and 67. RGB value is (72,39,103). Sum of RGB (Red+Green+Blue) = 72+39+103=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 103 (40.62% from 255 or 48.13% from 214); Max value from RGB is 103 - color contains mainly: blue. Hex color #482767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482767 is #B7D898. Grayscale: #373737. Windows color (decimal): -12048537 or 6760264. OLE color: 6760264.

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

Color convert

RGB7239103-
CMYK0.300.6200.60
HSL270.94º45.07%27.84%-
HSV(B)270.94º62.14%40.39%-
XYZ5.853.8113.26-
YUV56.16154.43139.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 39 (15.62% from 255) = 18.22%
BLUE value IS 103 (40.62% from 255) = 48.13%
R=33.64%
G=18.22%
B=48.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72391030.300.6200.60270.9445.0727.84
Hex4827671E3E03C10f2d1c
Octal1104714736760744175534
Binary1001000100111110011111110111110011110010000111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482767; }

 p { color: rgb(72,39,103); }

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

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

 a { background-color: rgb(72,39,103); }

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

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

 span { border-color: rgb(72,39,103); }

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