Html Css Color HEX #482768 Blue Diamond

📋 copy color: '#482768'

red 72 ◦ green 39 ◦ blue 104

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

Shades of Blue Diamond #482768

Tints of Blue Diamond #482768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.14%

 BLUE value IS 104 (41.02% from 255) = 48.37%

R = 33.49%
G = 18.14%
B = 48.37%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#482768 (or 0x482768) is known color: Blue Diamond. HEX triplet: 48, 27 and 68. RGB value is (72,39,104). Sum of RGB (Red+Green+Blue) = 72+39+104=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #482768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482768 is #B7D897. Grayscale: #383838. Windows color (decimal): -12048536 or 6825800. OLE color: 6825800.

HSL color Cylindrical-coordinate representation of color #482768: hue angle of 270.46º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #482768 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 39 104 -
CMYK 0.31 0.62 0 0.59
HSL 270.46º 0.45% 0.28% -
HSV(B) 270.46º 0.63% 0.41% -
XYZ 5.9 3.83 13.52 -
YUV 56.28 154.93 139.21 -
System Red Green Blue C M Y K H S L
Decimal 72 39 104 0.31 0.62 0 0.59 270.46 0.45 0.28
Hex 48 27 68 1F 3E 0 3B 10E 2D 1C
Octal 110 47 150 37 76 0 73 416 55 34
Binary 1001000 100111 1101000 11111 111110 0 111011 100001110 101101 11100

Color Harmonies of #482768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482768

Black with #482768

Text Example


Text Example

White with #482768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482768; }

 p { color: rgb(72,39,104); }

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

background-color css

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

 a { background-color: rgb(72,39,104); }

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

border-color css

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

 span { border-color: rgb(72,39,104); }

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