Html Css Color HEX #482964 Blue Diamond

📋 copy color: '#482964'

red 72 ◦ green 41 ◦ blue 100

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

Shades of Blue Diamond #482964

Tints of Blue Diamond #482964

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.25%

 BLUE value IS 100 (39.45% from 255) = 46.95%

R = 33.8%
G = 19.25%
B = 46.95%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#482964 (or 0x482964) is known color: Blue Diamond. HEX triplet: 48, 29 and 64. RGB value is (72,41,100). Sum of RGB (Red+Green+Blue) = 72+41+100=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 100 - color contains mainly: blue. Hex color #482964 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482964 is #B7D69B. Grayscale: #383838. Windows color (decimal): -12048028 or 6564168. OLE color: 6564168.

HSL color Cylindrical-coordinate representation of color #482964: hue angle of 271.53º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #482964 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 41 100 -
CMYK 0.28 0.59 0 0.61
HSL 271.53º 0.42% 0.28% -
HSV(B) 271.53º 0.59% 0.39% -
XYZ 5.77 3.88 12.5 -
YUV 57 152.27 138.7 -
System Red Green Blue C M Y K H S L
Decimal 72 41 100 0.28 0.59 0 0.61 271.53 0.42 0.28
Hex 48 29 64 1C 3B 0 3D 110 2A 1C
Octal 110 51 144 34 73 0 75 420 52 34
Binary 1001000 101001 1100100 11100 111011 0 111101 100010000 101010 11100

Color Harmonies of #482964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482964

Black with #482964

Text Example


Text Example

White with #482964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482964; }

 p { color: rgb(72,41,100); }

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

background-color css

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

 a { background-color: rgb(72,41,100); }

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

border-color css

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

 span { border-color: rgb(72,41,100); }

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