Html Css Color HEX #482372 Blue Diamond

📋 copy color: '#482372'

red 72 ◦ green 35 ◦ blue 114

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

Shades of Blue Diamond #482372

Tints of Blue Diamond #482372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.84%

 BLUE value IS 114 (44.92% from 255) = 51.58%

R = 32.58%
G = 15.84%
B = 51.58%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#482372 (or 0x482372) is known color: Blue Diamond. HEX triplet: 48, 23 and 72. RGB value is (72,35,114). Sum of RGB (Red+Green+Blue) = 72+35+114=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #482372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482372 is #B7DC8D. Grayscale: #363636. Windows color (decimal): -12049550 or 7480136. OLE color: 7480136.

HSL color Cylindrical-coordinate representation of color #482372: hue angle of 268.1º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #482372 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 35 114 -
CMYK 0.37 0.69 0 0.55
HSL 268.1º 0.53% 0.29% -
HSV(B) 268.1º 0.69% 0.45% -
XYZ 6.31 3.79 16.32 -
YUV 55.07 161.26 140.08 -
System Red Green Blue C M Y K H S L
Decimal 72 35 114 0.37 0.69 0 0.55 268.1 0.53 0.29
Hex 48 23 72 25 45 0 37 10C 35 1D
Octal 110 43 162 45 105 0 67 414 65 35
Binary 1001000 100011 1110010 100101 1000101 0 110111 100001100 110101 11101

Color Harmonies of #482372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482372

Black with #482372

Text Example


Text Example

White with #482372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482372; }

 p { color: rgb(72,35,114); }

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

background-color css

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

 a { background-color: rgb(72,35,114); }

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

border-color css

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

 span { border-color: rgb(72,35,114); }

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