Html Css Color HEX #482192 Windsor

📋 copy color: '#482192'

red 72 ◦ green 33 ◦ blue 146

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

Shades of Windsor #482192

Tints of Windsor #482192

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.15%

 BLUE value IS 146 (57.42% from 255) = 58.17%

R = 28.69%
G = 13.15%
B = 58.17%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#482192 (or 0x482192) is known color: Windsor. HEX triplet: 48, 21 and 92. RGB value is (72,33,146). Sum of RGB (Red+Green+Blue) = 72+33+146=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #482192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482192 is #B7DE6D. Grayscale: #393939. Windows color (decimal): -12050030 or 9576776. OLE color: 9576776.

HSL color Cylindrical-coordinate representation of color #482192: hue angle of 260.71º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #482192 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 33 146 -
CMYK 0.51 0.77 0 0.43
HSL 260.71º 0.63% 0.35% -
HSV(B) 260.71º 0.77% 0.57% -
XYZ 8.4 4.54 27.63 -
YUV 57.54 177.92 138.31 -
System Red Green Blue C M Y K H S L
Decimal 72 33 146 0.51 0.77 0 0.43 260.71 0.63 0.35
Hex 48 21 92 33 4D 0 2B 105 3F 23
Octal 110 41 222 63 115 0 53 405 77 43
Binary 1001000 100001 10010010 110011 1001101 0 101011 100000101 111111 100011

Color Harmonies of #482192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482192

Black with #482192

Text Example


Text Example

White with #482192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482192; }

 p { color: rgb(72,33,146); }

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

background-color css

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

 a { background-color: rgb(72,33,146); }

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

border-color css

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

 span { border-color: rgb(72,33,146); }

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