Html Css Color HEX #482377 Blue Diamond

📋 copy color: '#482377'

red 72 ◦ green 35 ◦ blue 119

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

Shades of Blue Diamond #482377

Tints of Blue Diamond #482377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 52.65%

R = 31.86%
G = 15.49%
B = 52.65%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#482377 (or 0x482377) is known color: Blue Diamond. HEX triplet: 48, 23 and 77. RGB value is (72,35,119). Sum of RGB (Red+Green+Blue) = 72+35+119=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #482377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482377 is #B7DC88. Grayscale: #373737. Windows color (decimal): -12049545 or 7807816. OLE color: 7807816.

HSL color Cylindrical-coordinate representation of color #482377: hue angle of 266.43º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #482377 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 35 119 -
CMYK 0.39 0.71 0 0.53
HSL 266.43º 0.55% 0.3% -
HSV(B) 266.43º 0.71% 0.47% -
XYZ 6.6 3.91 17.86 -
YUV 55.64 163.76 139.67 -
System Red Green Blue C M Y K H S L
Decimal 72 35 119 0.39 0.71 0 0.53 266.43 0.55 0.3
Hex 48 23 77 27 47 0 35 10A 37 1E
Octal 110 43 167 47 107 0 65 412 67 36
Binary 1001000 100011 1110111 100111 1000111 0 110101 100001010 110111 11110

Color Harmonies of #482377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482377

Black with #482377

Text Example


Text Example

White with #482377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482377; }

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

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

background-color css

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

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

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

border-color css

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

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

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