Html Css Color HEX #482270 Blue Diamond

📋 copy color: '#482270'

red 72 ◦ green 34 ◦ blue 112

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

Shades of Blue Diamond #482270

Tints of Blue Diamond #482270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.6%

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

R = 33.03%
G = 15.6%
B = 51.38%

CMYK

 C value IS 0.36

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#482270 (or 0x482270) is known color: Blue Diamond. HEX triplet: 48, 22 and 70. RGB value is (72,34,112). Sum of RGB (Red+Green+Blue) = 72+34+112=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #482270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482270 is #B7DD8F. Grayscale: #353535. Windows color (decimal): -12049808 or 7348808. OLE color: 7348808.

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

Color convert

RGB 72 34 112 -
CMYK 0.36 0.70 0 0.56
HSL 269.23º 0.53% 0.29% -
HSV(B) 269.23º 0.7% 0.44% -
XYZ 6.17 3.69 15.72 -
YUV 54.25 160.59 140.66 -
System Red Green Blue C M Y K H S L
Decimal 72 34 112 0.36 0.70 0 0.56 269.23 0.53 0.29
Hex 48 22 70 24 46 0 38 10D 35 1D
Octal 110 42 160 44 106 0 70 415 65 35
Binary 1001000 100010 1110000 100100 1000110 0 111000 100001101 110101 11101

Color Harmonies of #482270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482270

Black with #482270

Text Example


Text Example

White with #482270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482270; }

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

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

background-color css

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

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

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

border-color css

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

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

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