Html Css Color HEX #482864 Blue Diamond

📋 copy color: '#482864'

red 72 ◦ green 40 ◦ blue 100

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

Shades of Blue Diamond #482864

Tints of Blue Diamond #482864

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.87%

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

R = 33.96%
G = 18.87%
B = 47.17%

CMYK

 C value IS 0.28

 M value IS 0.6

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#482864 (or 0x482864) is known color: Blue Diamond. HEX triplet: 48, 28 and 64. RGB value is (72,40,100). Sum of RGB (Red+Green+Blue) = 72+40+100=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 100 (39.45% from 255 or 47.17% from 212); Max value from RGB is 100 - color contains mainly: blue. Hex color #482864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482864 is #B7D79B. Grayscale: #383838. Windows color (decimal): -12048284 or 6563912. OLE color: 6563912.

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

Color convert

RGB 72 40 100 -
CMYK 0.28 0.6 0 0.61
HSL 272º 0.43% 0.27% -
HSV(B) 272º 0.6% 0.39% -
XYZ 5.73 3.82 12.49 -
YUV 56.41 152.6 139.12 -
System Red Green Blue C M Y K H S L
Decimal 72 40 100 0.28 0.6 0 0.61 272 0.43 0.27
Hex 48 28 64 1C 3C 0 3D 110 2B 1B
Octal 110 50 144 34 74 0 75 420 53 33
Binary 1001000 101000 1100100 11100 111100 0 111101 100010000 101011 11011

Color Harmonies of #482864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482864

Black with #482864

Text Example


Text Example

White with #482864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482864; }

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

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

background-color css

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

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

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

border-color css

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

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

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