#483066

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

Shades of Blue Diamond #483066

Tints of Blue Diamond #483066

Color information

#483066 (or 0x483066) is unknown color: approx Blue Diamond. HEX triplet: 48, 30 and 66. RGB value is (72,48,102). Sum of RGB (Red+Green+Blue) = 72+48+102=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #483066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483066 is #B7CF99. Grayscale: #3D3D3D. Windows color (decimal): -12046234 or 6697032. OLE color: 6697032.

HSL color Cylindrical-coordinate representation of color #483066: hue angle of 266.67º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #483066 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7248102-
CMYK0.290.5300.6
HSL266.67º36%29.41%-
HSV(B)266.67º52.94%40%-
XYZ6.134.4513.11-
YUV61.33150.95135.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 48 (19.14% from 255) = 21.62%
BLUE value IS 102 (40.23% from 255) = 45.95%
R=32.43%
G=21.62%
B=45.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72481020.290.5300.6266.673629.41
Hex4830661D3503C10b241d
Octal1106014635650744134435
Binary1001000110000110011011101110101011110010000101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483066; }

 p { color: rgb(72,48,102); }

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

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

 a { background-color: rgb(72,48,102); }

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

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

 span { border-color: rgb(72,48,102); }

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