Html Css Color HEX #481886 Windsor

📋 copy color: '#481886'

red 72 ◦ green 24 ◦ blue 134

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

Shades of Windsor #481886

Tints of Windsor #481886

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.43%

 BLUE value IS 134 (52.73% from 255) = 58.26%

R = 31.3%
G = 10.43%
B = 58.26%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#481886 (or 0x481886) is known color: Windsor. HEX triplet: 48, 18 and 86. RGB value is (72,24,134). Sum of RGB (Red+Green+Blue) = 72+24+134=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 134 (52.73% from 255 or 58.26% from 230); Max value from RGB is 134 - color contains mainly: blue. Hex color #481886 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481886 is #B7E779. Grayscale: #323232. Windows color (decimal): -12052346 or 8788040. OLE color: 8788040.

HSL color Cylindrical-coordinate representation of color #481886: hue angle of 266.18º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #481886 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 24 134 -
CMYK 0.46 0.82 0 0.47
HSL 266.18º 0.7% 0.31% -
HSV(B) 266.18º 0.82% 0.53% -
XYZ 7.3 3.75 22.89 -
YUV 50.89 174.9 143.06 -
System Red Green Blue C M Y K H S L
Decimal 72 24 134 0.46 0.82 0 0.47 266.18 0.7 0.31
Hex 48 18 86 2E 52 0 2F 10A 46 1F
Octal 110 30 206 56 122 0 57 412 106 37
Binary 1001000 11000 10000110 101110 1010010 0 101111 100001010 1000110 11111

Color Harmonies of #481886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481886

Black with #481886

Text Example


Text Example

White with #481886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481886; }

 p { color: rgb(72,24,134); }

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

background-color css

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

 a { background-color: rgb(72,24,134); }

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

border-color css

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

 span { border-color: rgb(72,24,134); }

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