Html Css Color HEX #482670 Blue Diamond

📋 copy color: '#482670'

red 72 ◦ green 38 ◦ blue 112

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

Shades of Blue Diamond #482670

Tints of Blue Diamond #482670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 50.45%

R = 32.43%
G = 17.12%
B = 50.45%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#482670 (or 0x482670) is known color: Blue Diamond. HEX triplet: 48, 26 and 70. RGB value is (72,38,112). Sum of RGB (Red+Green+Blue) = 72+38+112=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #482670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482670 is #B7D98F. Grayscale: #383838. Windows color (decimal): -12048784 or 7349832. OLE color: 7349832.

HSL color Cylindrical-coordinate representation of color #482670: hue angle of 267.57º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #482670 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 38 112 -
CMYK 0.36 0.66 0 0.56
HSL 267.57º 0.49% 0.29% -
HSV(B) 267.57º 0.66% 0.44% -
XYZ 6.29 3.93 15.76 -
YUV 56.6 159.26 138.98 -
System Red Green Blue C M Y K H S L
Decimal 72 38 112 0.36 0.66 0 0.56 267.57 0.49 0.29
Hex 48 26 70 24 42 0 38 10C 31 1D
Octal 110 46 160 44 102 0 70 414 61 35
Binary 1001000 100110 1110000 100100 1000010 0 111000 100001100 110001 11101

Color Harmonies of #482670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482670

Black with #482670

Text Example


Text Example

White with #482670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482670; }

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

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

background-color css

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

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

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

border-color css

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

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

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