Html Css Color HEX #482666 Blue Diamond

📋 copy color: '#482666'

red 72 ◦ green 38 ◦ blue 102

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

Shades of Blue Diamond #482666

Tints of Blue Diamond #482666

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.92%

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

R = 33.96%
G = 17.92%
B = 48.11%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#482666 (or 0x482666) is known color: Blue Diamond. HEX triplet: 48, 26 and 66. RGB value is (72,38,102). Sum of RGB (Red+Green+Blue) = 72+38+102=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #482666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482666 is #B7D999. Grayscale: #373737. Windows color (decimal): -12048794 or 6694472. OLE color: 6694472.

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

Color convert

RGB 72 38 102 -
CMYK 0.29 0.63 0 0.6
HSL 271.88º 0.46% 0.27% -
HSV(B) 271.88º 0.63% 0.4% -
XYZ 5.76 3.72 12.99 -
YUV 55.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 72 38 102 0.29 0.63 0 0.6 271.88 0.46 0.27
Hex 48 26 66 1D 3F 0 3C 110 2E 1B
Octal 110 46 146 35 77 0 74 420 56 33
Binary 1001000 100110 1100110 11101 111111 0 111100 100010000 101110 11011

Color Harmonies of #482666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482666

Black with #482666

Text Example


Text Example

White with #482666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482666; }

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

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

background-color css

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

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

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

border-color css

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

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

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