Html Css Color HEX #482F7C Windsor

📋 copy color: '#482F7C'

red 72 ◦ green 47 ◦ blue 124

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

Shades of Windsor #482F7C

Tints of Windsor #482F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 51.03%

R = 29.63%
G = 19.34%
B = 51.03%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#482F7C (or 0x482F7C) is known color: Windsor. HEX triplet: 48, 2F and 7C. RGB value is (72,47,124). Sum of RGB (Red+Green+Blue) = 72+47+124=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #482F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482F7C is #B7D083. Grayscale: #3E3E3E. Windows color (decimal): -12046468 or 8138568. OLE color: 8138568.

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

Color convert

RGB 72 47 124 -
CMYK 0.42 0.62 0 0.51
HSL 259.48º 0.45% 0.34% -
HSV(B) 259.48º 0.62% 0.49% -
XYZ 7.33 4.87 19.62 -
YUV 63.25 162.28 134.24 -
System Red Green Blue C M Y K H S L
Decimal 72 47 124 0.42 0.62 0 0.51 259.48 0.45 0.34
Hex 48 2F 7C 2A 3E 0 33 103 2D 22
Octal 110 57 174 52 76 0 63 403 55 42
Binary 1001000 101111 1111100 101010 111110 0 110011 100000011 101101 100010

Color Harmonies of #482F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F7C

Black with #482F7C

Text Example


Text Example

White with #482F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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