Html Css Color HEX #483085 Windsor

📋 copy color: '#483085'

red 72 ◦ green 48 ◦ blue 133

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

Shades of Windsor #483085

Tints of Windsor #483085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.97%

 BLUE value IS 133 (52.34% from 255) = 52.57%

R = 28.46%
G = 18.97%
B = 52.57%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#483085 (or 0x483085) is known color: Windsor. HEX triplet: 48, 30 and 85. RGB value is (72,48,133). Sum of RGB (Red+Green+Blue) = 72+48+133=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #483085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483085 is #B7CF7A. Grayscale: #404040. Windows color (decimal): -12046203 or 8728648. OLE color: 8728648.

HSL color Cylindrical-coordinate representation of color #483085: hue angle of 256.94º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #483085 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 48 133 -
CMYK 0.46 0.64 0 0.48
HSL 256.94º 0.47% 0.35% -
HSV(B) 256.94º 0.64% 0.52% -
XYZ 7.96 5.19 22.77 -
YUV 64.87 166.45 133.09 -
System Red Green Blue C M Y K H S L
Decimal 72 48 133 0.46 0.64 0 0.48 256.94 0.47 0.35
Hex 48 30 85 2E 40 0 30 101 2F 23
Octal 110 60 205 56 100 0 60 401 57 43
Binary 1001000 110000 10000101 101110 1000000 0 110000 100000001 101111 100011

Color Harmonies of #483085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483085

Black with #483085

Text Example


Text Example

White with #483085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483085; }

 p { color: rgb(72,48,133); }

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

background-color css

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

 a { background-color: rgb(72,48,133); }

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

border-color css

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

 span { border-color: rgb(72,48,133); }

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