Html Css Color HEX #482078 Blue Diamond

📋 copy color: '#482078'

red 72 ◦ green 32 ◦ blue 120

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

Shades of Blue Diamond #482078

Tints of Blue Diamond #482078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 53.57%

R = 32.14%
G = 14.29%
B = 53.57%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#482078 (or 0x482078) is known color: Blue Diamond. HEX triplet: 48, 20 and 78. RGB value is (72,32,120). Sum of RGB (Red+Green+Blue) = 72+32+120=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #482078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482078 is #B7DF87. Grayscale: #353535. Windows color (decimal): -12050312 or 7872584. OLE color: 7872584.

HSL color Cylindrical-coordinate representation of color #482078: hue angle of 267.27º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #482078 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 32 120 -
CMYK 0.40 0.73 0 0.53
HSL 267.27º 0.58% 0.3% -
HSV(B) 267.27º 0.73% 0.47% -
XYZ 6.58 3.77 18.15 -
YUV 53.99 165.25 140.84 -
System Red Green Blue C M Y K H S L
Decimal 72 32 120 0.40 0.73 0 0.53 267.27 0.58 0.3
Hex 48 20 78 28 49 0 35 10B 3A 1E
Octal 110 40 170 50 111 0 65 413 72 36
Binary 1001000 100000 1111000 101000 1001001 0 110101 100001011 111010 11110

Color Harmonies of #482078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482078

Black with #482078

Text Example


Text Example

White with #482078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482078; }

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

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

background-color css

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

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

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

border-color css

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

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

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