Html Css Color HEX #482068 Blue Diamond

📋 copy color: '#482068'

red 72 ◦ green 32 ◦ blue 104

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

Shades of Blue Diamond #482068

Tints of Blue Diamond #482068

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.38%

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

R = 34.62%
G = 15.38%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#482068 (or 0x482068) is known color: Blue Diamond. HEX triplet: 48, 20 and 68. RGB value is (72,32,104). Sum of RGB (Red+Green+Blue) = 72+32+104=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #482068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482068 is #B7DF97. Grayscale: #333333. Windows color (decimal): -12050328 or 6824008. OLE color: 6824008.

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

Color convert

RGB 72 32 104 -
CMYK 0.31 0.69 0 0.59
HSL 273.33º 0.53% 0.27% -
HSV(B) 273.33º 0.69% 0.41% -
XYZ 5.69 3.41 13.46 -
YUV 52.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 72 32 104 0.31 0.69 0 0.59 273.33 0.53 0.27
Hex 48 20 68 1F 45 0 3B 111 35 1B
Octal 110 40 150 37 105 0 73 421 65 33
Binary 1001000 100000 1101000 11111 1000101 0 111011 100010001 110101 11011

Color Harmonies of #482068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482068

Black with #482068

Text Example


Text Example

White with #482068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482068; }

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

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

background-color css

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

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

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

border-color css

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

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

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