Html Css Color HEX #482077 Blue Diamond

📋 copy color: '#482077'

red 72 ◦ green 32 ◦ blue 119

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

Shades of Blue Diamond #482077

Tints of Blue Diamond #482077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 53.36%

R = 32.29%
G = 14.35%
B = 53.36%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#482077 (or 0x482077) is known color: Blue Diamond. HEX triplet: 48, 20 and 77. RGB value is (72,32,119). Sum of RGB (Red+Green+Blue) = 72+32+119=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #482077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482077 is #B7DF88. Grayscale: #353535. Windows color (decimal): -12050313 or 7807048. OLE color: 7807048.

HSL color Cylindrical-coordinate representation of color #482077: hue angle of 267.59º 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 #482077 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 32 119 -
CMYK 0.39 0.73 0 0.53
HSL 267.59º 0.58% 0.3% -
HSV(B) 267.59º 0.73% 0.47% -
XYZ 6.52 3.74 17.83 -
YUV 53.88 164.75 140.93 -
System Red Green Blue C M Y K H S L
Decimal 72 32 119 0.39 0.73 0 0.53 267.59 0.58 0.3
Hex 48 20 77 27 49 0 35 10C 3A 1E
Octal 110 40 167 47 111 0 65 414 72 36
Binary 1001000 100000 1110111 100111 1001001 0 110101 100001100 111010 11110

Color Harmonies of #482077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482077

Black with #482077

Text Example


Text Example

White with #482077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482077; }

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

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

background-color css

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

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

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

border-color css

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

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

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