Html Css Color HEX #482E7A Windsor

📋 copy color: '#482E7A'

red 72 ◦ green 46 ◦ blue 122

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

Shades of Windsor #482E7A

Tints of Windsor #482E7A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.17%

 BLUE value IS 122 (48.05% from 255) = 50.83%

R = 30%
G = 19.17%
B = 50.83%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#482E7A (or 0x482E7A) is known color: Windsor. HEX triplet: 48, 2E and 7A. RGB value is (72,46,122). Sum of RGB (Red+Green+Blue) = 72+46+122=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #482E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482E7A is #B7D185. Grayscale: #3E3E3E. Windows color (decimal): -12046726 or 8007240. OLE color: 8007240.

HSL color Cylindrical-coordinate representation of color #482E7A: hue angle of 260.53º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #482E7A is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 46 122 -
CMYK 0.41 0.62 0 0.52
HSL 260.53º 0.45% 0.33% -
HSV(B) 260.53º 0.62% 0.48% -
XYZ 7.16 4.74 18.95 -
YUV 62.44 161.61 134.82 -
System Red Green Blue C M Y K H S L
Decimal 72 46 122 0.41 0.62 0 0.52 260.53 0.45 0.33
Hex 48 2E 7A 29 3E 0 34 105 2D 21
Octal 110 56 172 51 76 0 64 405 55 41
Binary 1001000 101110 1111010 101001 111110 0 110100 100000101 101101 100001

Color Harmonies of #482E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E7A

Black with #482E7A

Text Example


Text Example

White with #482E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,46,122); }

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

background-color css

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

 a { background-color: rgb(72,46,122); }

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

border-color css

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

 span { border-color: rgb(72,46,122); }

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