Html Css Color HEX #482F83 Windsor

📋 copy color: '#482F83'

red 72 ◦ green 47 ◦ blue 131

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

Shades of Windsor #482F83

Tints of Windsor #482F83

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.8%

 BLUE value IS 131 (51.56% from 255) = 52.4%

R = 28.8%
G = 18.8%
B = 52.4%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#482F83 (or 0x482F83) is known color: Windsor. HEX triplet: 48, 2F and 83. RGB value is (72,47,131). Sum of RGB (Red+Green+Blue) = 72+47+131=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #482F83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482F83 is #B7D07C. Grayscale: #3F3F3F. Windows color (decimal): -12046461 or 8597320. OLE color: 8597320.

HSL color Cylindrical-coordinate representation of color #482F83: hue angle of 257.86º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #482F83 is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 47 131 -
CMYK 0.45 0.64 0 0.49
HSL 257.86º 0.47% 0.35% -
HSV(B) 257.86º 0.64% 0.51% -
XYZ 7.79 5.05 22.04 -
YUV 64.05 165.78 133.67 -
System Red Green Blue C M Y K H S L
Decimal 72 47 131 0.45 0.64 0 0.49 257.86 0.47 0.35
Hex 48 2F 83 2D 40 0 31 102 2F 23
Octal 110 57 203 55 100 0 61 402 57 43
Binary 1001000 101111 10000011 101101 1000000 0 110001 100000010 101111 100011

Color Harmonies of #482F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F83

Black with #482F83

Text Example


Text Example

White with #482F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482F83; }

 p { color: rgb(72,47,131); }

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

background-color css

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

 a { background-color: rgb(72,47,131); }

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

border-color css

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

 span { border-color: rgb(72,47,131); }

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