Html Css Color HEX #482373 Blue Diamond

📋 copy color: '#482373'

red 72 ◦ green 35 ◦ blue 115

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

Shades of Blue Diamond #482373

Tints of Blue Diamond #482373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 51.8%

R = 32.43%
G = 15.77%
B = 51.8%

CMYK

 C value IS 0.37

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#482373 (or 0x482373) is known color: Blue Diamond. HEX triplet: 48, 23 and 73. RGB value is (72,35,115). Sum of RGB (Red+Green+Blue) = 72+35+115=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #482373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482373 is #B7DC8C. Grayscale: #363636. Windows color (decimal): -12049549 or 7545672. OLE color: 7545672.

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

Color convert

RGB 72 35 115 -
CMYK 0.37 0.70 0 0.55
HSL 267.75º 0.53% 0.29% -
HSV(B) 267.75º 0.7% 0.45% -
XYZ 6.37 3.82 16.62 -
YUV 55.18 161.76 140 -
System Red Green Blue C M Y K H S L
Decimal 72 35 115 0.37 0.70 0 0.55 267.75 0.53 0.29
Hex 48 23 73 25 46 0 37 10C 35 1D
Octal 110 43 163 45 106 0 67 414 65 35
Binary 1001000 100011 1110011 100101 1000110 0 110111 100001100 110101 11101

Color Harmonies of #482373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482373

Black with #482373

Text Example


Text Example

White with #482373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482373; }

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

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

background-color css

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

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

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

border-color css

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

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

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