Html Css Color HEX #482766 Blue Diamond

📋 copy color: '#482766'

red 72 ◦ green 39 ◦ blue 102

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

Shades of Blue Diamond #482766

Tints of Blue Diamond #482766

RGB

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

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

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

R = 33.8%
G = 18.31%
B = 47.89%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#482766 (or 0x482766) is known color: Blue Diamond. HEX triplet: 48, 27 and 66. RGB value is (72,39,102). Sum of RGB (Red+Green+Blue) = 72+39+102=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #482766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482766 is #B7D899. Grayscale: #373737. Windows color (decimal): -12048538 or 6694728. OLE color: 6694728.

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

Color convert

RGB 72 39 102 -
CMYK 0.29 0.62 0 0.6
HSL 271.43º 0.45% 0.28% -
HSV(B) 271.43º 0.62% 0.4% -
XYZ 5.8 3.79 13 -
YUV 56.05 153.93 139.38 -
System Red Green Blue C M Y K H S L
Decimal 72 39 102 0.29 0.62 0 0.6 271.43 0.45 0.28
Hex 48 27 66 1D 3E 0 3C 10F 2D 1C
Octal 110 47 146 35 76 0 74 417 55 34
Binary 1001000 100111 1100110 11101 111110 0 111100 100001111 101101 11100

Color Harmonies of #482766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482766

Black with #482766

Text Example


Text Example

White with #482766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482766; }

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

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

background-color css

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

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

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

border-color css

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

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

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