Html Css Color HEX #482C68 Blue Diamond

📋 copy color: '#482C68'

red 72 ◦ green 44 ◦ blue 104

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

Shades of Blue Diamond #482C68

Tints of Blue Diamond #482C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 47.27%

R = 32.73%
G = 20%
B = 47.27%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#482C68 (or 0x482C68) is known color: Blue Diamond. HEX triplet: 48, 2C and 68. RGB value is (72,44,104). Sum of RGB (Red+Green+Blue) = 72+44+104=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #482C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482C68 is #B7D397. Grayscale: #3A3A3A. Windows color (decimal): -12047256 or 6827080. OLE color: 6827080.

HSL color Cylindrical-coordinate representation of color #482C68: hue angle of 268º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #482C68 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 44 104 -
CMYK 0.31 0.58 0 0.59
HSL 268º 0.41% 0.29% -
HSV(B) 268º 0.58% 0.41% -
XYZ 6.07 4.18 13.58 -
YUV 59.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 72 44 104 0.31 0.58 0 0.59 268 0.41 0.29
Hex 48 2C 68 1F 3A 0 3B 10C 29 1D
Octal 110 54 150 37 72 0 73 414 51 35
Binary 1001000 101100 1101000 11111 111010 0 111011 100001100 101001 11101

Color Harmonies of #482C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C68

Black with #482C68

Text Example


Text Example

White with #482C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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