Html Css Color HEX #482771 Blue Diamond

📋 copy color: '#482771'

red 72 ◦ green 39 ◦ blue 113

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

Shades of Blue Diamond #482771

Tints of Blue Diamond #482771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.41%

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

R = 32.14%
G = 17.41%
B = 50.45%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#482771 (or 0x482771) is known color: Blue Diamond. HEX triplet: 48, 27 and 71. RGB value is (72,39,113). Sum of RGB (Red+Green+Blue) = 72+39+113=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #482771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482771 is #B7D88E. Grayscale: #393939. Windows color (decimal): -12048527 or 7415624. OLE color: 7415624.

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

Color convert

RGB 72 39 113 -
CMYK 0.36 0.65 0 0.56
HSL 266.76º 0.49% 0.3% -
HSV(B) 266.76º 0.65% 0.44% -
XYZ 6.38 4.02 16.06 -
YUV 57.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 72 39 113 0.36 0.65 0 0.56 266.76 0.49 0.3
Hex 48 27 71 24 41 0 38 10B 31 1E
Octal 110 47 161 44 101 0 70 413 61 36
Binary 1001000 100111 1110001 100100 1000001 0 111000 100001011 110001 11110

Color Harmonies of #482771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482771

Black with #482771

Text Example


Text Example

White with #482771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482771; }

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

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

background-color css

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

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

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

border-color css

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

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

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