Html Css Color HEX #482866 Blue Diamond

📋 copy color: '#482866'

red 72 ◦ green 40 ◦ blue 102

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

Shades of Blue Diamond #482866

Tints of Blue Diamond #482866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 47.66%

R = 33.64%
G = 18.69%
B = 47.66%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#482866 (or 0x482866) is known color: Blue Diamond. HEX triplet: 48, 28 and 66. RGB value is (72,40,102). Sum of RGB (Red+Green+Blue) = 72+40+102=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #482866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482866 is #B7D799. Grayscale: #383838. Windows color (decimal): -12048282 or 6694984. OLE color: 6694984.

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

Color convert

RGB 72 40 102 -
CMYK 0.29 0.61 0 0.6
HSL 270.97º 0.44% 0.28% -
HSV(B) 270.97º 0.61% 0.4% -
XYZ 5.83 3.85 13.01 -
YUV 56.64 153.6 138.96 -
System Red Green Blue C M Y K H S L
Decimal 72 40 102 0.29 0.61 0 0.6 270.97 0.44 0.28
Hex 48 28 66 1D 3D 0 3C 10F 2C 1C
Octal 110 50 146 35 75 0 74 417 54 34
Binary 1001000 101000 1100110 11101 111101 0 111100 100001111 101100 11100

Color Harmonies of #482866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482866

Black with #482866

Text Example


Text Example

White with #482866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482866; }

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

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

background-color css

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

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

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

border-color css

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

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

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