#482667

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

Shades of Blue Diamond #482667

Tints of Blue Diamond #482667

Color information

#482667 (or 0x482667) is unknown color: approx Blue Diamond. HEX triplet: 48, 26 and 67. RGB value is (72,38,103). Sum of RGB (Red+Green+Blue) = 72+38+103=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #482667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482667 is #B7D998. Grayscale: #373737. Windows color (decimal): -12048793 or 6760008. OLE color: 6760008.

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

Color convert

RGB7238103-
CMYK0.300.6300.60
HSL271.38º46.1%27.65%-
HSV(B)271.38º63.11%40.39%-
XYZ5.813.7413.25-
YUV55.58154.76139.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 38 (15.23% from 255) = 17.84%
BLUE value IS 103 (40.62% from 255) = 48.36%
R=33.80%
G=17.84%
B=48.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72381030.300.6300.60271.3846.127.65
Hex4826671E3F03C10f2e1c
Octal1104614736770744175634
Binary1001000100110110011111110111111011110010000111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482667; }

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

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

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

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

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

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

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

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