Html Css Color HEX #482A71 Blue Diamond

📋 copy color: '#482A71'

red 72 ◦ green 42 ◦ blue 113

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

Shades of Blue Diamond #482A71

Tints of Blue Diamond #482A71

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.5%

 BLUE value IS 113 (44.53% from 255) = 49.78%

R = 31.72%
G = 18.5%
B = 49.78%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#482A71 (or 0x482A71) is known color: Blue Diamond. HEX triplet: 48, 2A and 71. RGB value is (72,42,113). Sum of RGB (Red+Green+Blue) = 72+42+113=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #482A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482A71 is #B7D58E. Grayscale: #3A3A3A. Windows color (decimal): -12047759 or 7416392. OLE color: 7416392.

HSL color Cylindrical-coordinate representation of color #482A71: hue angle of 265.35º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #482A71 is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 42 113 -
CMYK 0.36 0.63 0 0.56
HSL 265.35º 0.46% 0.3% -
HSV(B) 265.35º 0.63% 0.44% -
XYZ 6.48 4.23 16.1 -
YUV 59.06 158.44 137.23 -
System Red Green Blue C M Y K H S L
Decimal 72 42 113 0.36 0.63 0 0.56 265.35 0.46 0.3
Hex 48 2A 71 24 3F 0 38 109 2E 1E
Octal 110 52 161 44 77 0 70 411 56 36
Binary 1001000 101010 1110001 100100 111111 0 111000 100001001 101110 11110

Color Harmonies of #482A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482A71

Black with #482A71

Text Example


Text Example

White with #482A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,42,113); }

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

background-color css

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

 a { background-color: rgb(72,42,113); }

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

border-color css

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

 span { border-color: rgb(72,42,113); }

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