Html Css Color HEX #482075 Blue Diamond

📋 copy color: '#482075'

red 72 ◦ green 32 ◦ blue 117

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

Shades of Blue Diamond #482075

Tints of Blue Diamond #482075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52.94%

R = 32.58%
G = 14.48%
B = 52.94%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#482075 (or 0x482075) is known color: Blue Diamond. HEX triplet: 48, 20 and 75. RGB value is (72,32,117). Sum of RGB (Red+Green+Blue) = 72+32+117=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #482075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482075 is #B7DF8A. Grayscale: #353535. Windows color (decimal): -12050315 or 7675976. OLE color: 7675976.

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

Color convert

RGB 72 32 117 -
CMYK 0.38 0.73 0 0.54
HSL 268.24º 0.57% 0.29% -
HSV(B) 268.24º 0.73% 0.46% -
XYZ 6.4 3.7 17.21 -
YUV 53.65 163.75 141.09 -
System Red Green Blue C M Y K H S L
Decimal 72 32 117 0.38 0.73 0 0.54 268.24 0.57 0.29
Hex 48 20 75 26 49 0 36 10C 39 1D
Octal 110 40 165 46 111 0 66 414 71 35
Binary 1001000 100000 1110101 100110 1001001 0 110110 100001100 111001 11101

Color Harmonies of #482075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482075

Black with #482075

Text Example


Text Example

White with #482075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482075; }

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

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

background-color css

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

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

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

border-color css

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

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

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