Html Css Color HEX #482C64 Blue Diamond

📋 copy color: '#482C64'

red 72 ◦ green 44 ◦ blue 100

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

Shades of Blue Diamond #482C64

Tints of Blue Diamond #482C64

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.37%

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

R = 33.33%
G = 20.37%
B = 46.3%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#482C64 (or 0x482C64) is known color: Blue Diamond. HEX triplet: 48, 2C and 64. RGB value is (72,44,100). Sum of RGB (Red+Green+Blue) = 72+44+100=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 100 (39.45% from 255 or 46.30% from 216); Max value from RGB is 100 - color contains mainly: blue. Hex color #482C64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482C64 is #B7D39B. Grayscale: #3A3A3A. Windows color (decimal): -12047260 or 6564936. OLE color: 6564936.

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

Color convert

RGB 72 44 100 -
CMYK 0.28 0.56 0 0.61
HSL 270º 0.39% 0.28% -
HSV(B) 270º 0.56% 0.39% -
XYZ 5.87 4.1 12.54 -
YUV 58.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 72 44 100 0.28 0.56 0 0.61 270 0.39 0.28
Hex 48 2C 64 1C 38 0 3D 10E 27 1C
Octal 110 54 144 34 70 0 75 416 47 34
Binary 1001000 101100 1100100 11100 111000 0 111101 100001110 100111 11100

Color Harmonies of #482C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C64

Black with #482C64

Text Example


Text Example

White with #482C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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