Html Css Color HEX #482476 Blue Diamond

📋 copy color: '#482476'

red 72 ◦ green 36 ◦ blue 118

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

Shades of Blue Diamond #482476

Tints of Blue Diamond #482476

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.93%

 BLUE value IS 118 (46.48% from 255) = 52.21%

R = 31.86%
G = 15.93%
B = 52.21%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#482476 (or 0x482476) is known color: Blue Diamond. HEX triplet: 48, 24 and 76. RGB value is (72,36,118). Sum of RGB (Red+Green+Blue) = 72+36+118=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #482476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482476 is #B7DB89. Grayscale: #373737. Windows color (decimal): -12049290 or 7742536. OLE color: 7742536.

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

Color convert

RGB 72 36 118 -
CMYK 0.39 0.69 0 0.54
HSL 266.34º 0.53% 0.3% -
HSV(B) 266.34º 0.69% 0.46% -
XYZ 6.57 3.95 17.56 -
YUV 56.11 162.93 139.33 -
System Red Green Blue C M Y K H S L
Decimal 72 36 118 0.39 0.69 0 0.54 266.34 0.53 0.3
Hex 48 24 76 27 45 0 36 10A 35 1E
Octal 110 44 166 47 105 0 66 412 65 36
Binary 1001000 100100 1110110 100111 1000101 0 110110 100001010 110101 11110

Color Harmonies of #482476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482476

Black with #482476

Text Example


Text Example

White with #482476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482476; }

 p { color: rgb(72,36,118); }

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

background-color css

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

 a { background-color: rgb(72,36,118); }

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

border-color css

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

 span { border-color: rgb(72,36,118); }

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