Html Css Color HEX #482076 Blue Diamond

📋 copy color: '#482076'

red 72 ◦ green 32 ◦ blue 118

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

Shades of Blue Diamond #482076

Tints of Blue Diamond #482076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.41%

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

R = 32.43%
G = 14.41%
B = 53.15%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#482076 (or 0x482076) is known color: Blue Diamond. HEX triplet: 48, 20 and 76. RGB value is (72,32,118). Sum of RGB (Red+Green+Blue) = 72+32+118=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #482076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482076 is #B7DF89. Grayscale: #353535. Windows color (decimal): -12050314 or 7741512. OLE color: 7741512.

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

Color convert

RGB 72 32 118 -
CMYK 0.39 0.73 0 0.54
HSL 267.91º 0.57% 0.29% -
HSV(B) 267.91º 0.73% 0.46% -
XYZ 6.46 3.72 17.52 -
YUV 53.76 164.25 141.01 -
System Red Green Blue C M Y K H S L
Decimal 72 32 118 0.39 0.73 0 0.54 267.91 0.57 0.29
Hex 48 20 76 27 49 0 36 10C 39 1D
Octal 110 40 166 47 111 0 66 414 71 35
Binary 1001000 100000 1110110 100111 1001001 0 110110 100001100 111001 11101

Color Harmonies of #482076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482076

Black with #482076

Text Example


Text Example

White with #482076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482076; }

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

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

background-color css

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

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

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

border-color css

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

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

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