Html Css Color HEX #483072 Windsor

📋 copy color: '#483072'

red 72 ◦ green 48 ◦ blue 114

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

Shades of Windsor #483072

Tints of Windsor #483072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 48.72%

R = 30.77%
G = 20.51%
B = 48.72%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#483072 (or 0x483072) is known color: Windsor. HEX triplet: 48, 30 and 72. RGB value is (72,48,114). Sum of RGB (Red+Green+Blue) = 72+48+114=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #483072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483072 is #B7CF8D. Grayscale: #3E3E3E. Windows color (decimal): -12046222 or 7483464. OLE color: 7483464.

HSL color Cylindrical-coordinate representation of color #483072: hue angle of 261.82º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #483072 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 48 114 -
CMYK 0.37 0.58 0 0.55
HSL 261.82º 0.41% 0.32% -
HSV(B) 261.82º 0.58% 0.45% -
XYZ 6.77 4.71 16.47 -
YUV 62.7 156.95 134.63 -
System Red Green Blue C M Y K H S L
Decimal 72 48 114 0.37 0.58 0 0.55 261.82 0.41 0.32
Hex 48 30 72 25 3A 0 37 106 29 20
Octal 110 60 162 45 72 0 67 406 51 40
Binary 1001000 110000 1110010 100101 111010 0 110111 100000110 101001 100000

Color Harmonies of #483072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483072

Black with #483072

Text Example


Text Example

White with #483072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483072; }

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

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

background-color css

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

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

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

border-color css

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

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

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