#483678

Color #483678 Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #483678

Tints of Windsor #483678

Color information

#483678 (or 0x483678) is unknown color: approx Windsor. HEX triplet: 48, 36 and 78. RGB value is (72,54,120). Sum of RGB (Red+Green+Blue) = 72+54+120=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #483678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483678 is #B7C987. Grayscale: #424242. Windows color (decimal): -12044680 or 7878216. OLE color: 7878216.

HSL color Cylindrical-coordinate representation of color #483678: hue angle of 256.36º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #483678 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7254120-
CMYK0.400.5500.53
HSL256.36º37.93%34.12%-
HSV(B)256.36º55%47.06%-
XYZ7.385.3718.42-
YUV66.91157.96131.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 120 (47.27% from 255) = 48.78%
R=29.27%
G=21.95%
B=48.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72541200.400.5500.53256.3637.9334.12
Hex48367828370351002622
Octal1106617050670654004642
Binary100100011011011110001010001101110110101100000000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483678; }

 p { color: rgb(72,54,120); }

 H1.HeaderClassName
 {
   color: #483678;
 }
 .AnyTagClassName
 {
   color: #483678;
 }
</style>
background-color css

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

 a { background-color: rgb(72,54,120); }

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

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

 span { border-color: rgb(72,54,120); }

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