Html Css Color HEX #482069 Blue Diamond

📋 copy color: '#482069'

red 72 ◦ green 32 ◦ blue 105

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

Shades of Blue Diamond #482069

Tints of Blue Diamond #482069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 50.24%

R = 34.45%
G = 15.31%
B = 50.24%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#482069 (or 0x482069) is known color: Blue Diamond. HEX triplet: 48, 20 and 69. RGB value is (72,32,105). Sum of RGB (Red+Green+Blue) = 72+32+105=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #482069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482069 is #B7DF96. Grayscale: #343434. Windows color (decimal): -12050327 or 6889544. OLE color: 6889544.

HSL color Cylindrical-coordinate representation of color #482069: hue angle of 272.88º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #482069 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 32 105 -
CMYK 0.31 0.70 0 0.59
HSL 272.88º 0.53% 0.27% -
HSV(B) 272.88º 0.7% 0.41% -
XYZ 5.74 3.43 13.72 -
YUV 52.28 157.75 142.06 -
System Red Green Blue C M Y K H S L
Decimal 72 32 105 0.31 0.70 0 0.59 272.88 0.53 0.27
Hex 48 20 69 1F 46 0 3B 111 35 1B
Octal 110 40 151 37 106 0 73 421 65 33
Binary 1001000 100000 1101001 11111 1000110 0 111011 100010001 110101 11011

Color Harmonies of #482069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482069

Black with #482069

Text Example


Text Example

White with #482069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482069; }

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

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

background-color css

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

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

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

border-color css

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

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

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