Html Css Color HEX #482277 Blue Diamond

📋 copy color: '#482277'

red 72 ◦ green 34 ◦ blue 119

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

Shades of Blue Diamond #482277

Tints of Blue Diamond #482277

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.11%

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

R = 32%
G = 15.11%
B = 52.89%

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

#482277 (or 0x482277) is known color: Blue Diamond. HEX triplet: 48, 22 and 77. RGB value is (72,34,119). Sum of RGB (Red+Green+Blue) = 72+34+119=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #482277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482277 is #B7DD88. Grayscale: #363636. Windows color (decimal): -12049801 or 7807560. OLE color: 7807560.

HSL color Cylindrical-coordinate representation of color #482277: hue angle of 266.82º degrees, saturation: 0.56, 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 #482277 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 34 119 -
CMYK 0.39 0.71 0 0.53
HSL 266.82º 0.56% 0.3% -
HSV(B) 266.82º 0.71% 0.47% -
XYZ 6.57 3.85 17.85 -
YUV 55.05 164.09 140.09 -
System Red Green Blue C M Y K H S L
Decimal 72 34 119 0.39 0.71 0 0.53 266.82 0.56 0.3
Hex 48 22 77 27 47 0 35 10B 38 1E
Octal 110 42 167 47 107 0 65 413 70 36
Binary 1001000 100010 1110111 100111 1000111 0 110101 100001011 111000 11110

Color Harmonies of #482277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482277

Black with #482277

Text Example


Text Example

White with #482277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482277; }

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

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

background-color css

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

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

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

border-color css

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

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

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