Html Css Color HEX #482966 Blue Diamond

📋 copy color: '#482966'

red 72 ◦ green 41 ◦ blue 102

#482966
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #482966

Tints of Blue Diamond #482966

RGB

 RED value IS 72 (28.52% from 255) = 33.49%

 GREEN value IS 41 (16.41% from 255) = 19.07%

 BLUE value IS 102 (40.23% from 255) = 47.44%

R = 33.49%
G = 19.07%
B = 47.44%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#482966 (or 0x482966) is known color: Blue Diamond. HEX triplet: 48, 29 and 66. RGB value is (72,41,102). Sum of RGB (Red+Green+Blue) = 72+41+102=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 102 - color contains mainly: blue. Hex color #482966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482966 is #B7D699. Grayscale: #393939. Windows color (decimal): -12048026 or 6695240. OLE color: 6695240.

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

Color convert

RGB 72 41 102 -
CMYK 0.29 0.60 0 0.6
HSL 270.49º 0.43% 0.28% -
HSV(B) 270.49º 0.6% 0.4% -
XYZ 5.86 3.92 13.02 -
YUV 57.22 153.27 138.54 -
System Red Green Blue C M Y K H S L
Decimal 72 41 102 0.29 0.60 0 0.6 270.49 0.43 0.28
Hex 48 29 66 1D 3C 0 3C 10E 2B 1C
Octal 110 51 146 35 74 0 74 416 53 34
Binary 1001000 101001 1100110 11101 111100 0 111100 100001110 101011 11100

Color Harmonies of #482966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482966

Black with #482966

Text Example


Text Example

White with #482966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482966; }

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

 H1.HeaderClassName
 {
   color: #482966;
 }
 .AnyTagClassName
 {
   color: #482966;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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