Html Css Color HEX #482470 Blue Diamond

📋 copy color: '#482470'

red 72 ◦ green 36 ◦ blue 112

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

Shades of Blue Diamond #482470

Tints of Blue Diamond #482470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.36%

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

R = 32.73%
G = 16.36%
B = 50.91%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#482470 (or 0x482470) is known color: Blue Diamond. HEX triplet: 48, 24 and 70. RGB value is (72,36,112). Sum of RGB (Red+Green+Blue) = 72+36+112=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #482470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482470 is #B7DB8F. Grayscale: #373737. Windows color (decimal): -12049296 or 7349320. OLE color: 7349320.

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

Color convert

RGB 72 36 112 -
CMYK 0.36 0.68 0 0.56
HSL 268.42º 0.51% 0.29% -
HSV(B) 268.42º 0.68% 0.44% -
XYZ 6.23 3.81 15.74 -
YUV 55.43 159.93 139.82 -
System Red Green Blue C M Y K H S L
Decimal 72 36 112 0.36 0.68 0 0.56 268.42 0.51 0.29
Hex 48 24 70 24 44 0 38 10C 33 1D
Octal 110 44 160 44 104 0 70 414 63 35
Binary 1001000 100100 1110000 100100 1000100 0 111000 100001100 110011 11101

Color Harmonies of #482470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482470

Black with #482470

Text Example


Text Example

White with #482470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482470; }

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

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

background-color css

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

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

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

border-color css

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

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

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