Html Css Color HEX #463270 Windsor

📋 copy color: '#463270'

red 70 ◦ green 50 ◦ blue 112

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

Shades of Windsor #463270

Tints of Windsor #463270

RGB

 RED value IS 70 (27.73% from 255) = 30.17%

 GREEN value IS 50 (19.92% from 255) = 21.55%

 BLUE value IS 112 (44.14% from 255) = 48.28%

R = 30.17%
G = 21.55%
B = 48.28%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#463270 (or 0x463270) is known color: Windsor. HEX triplet: 46, 32 and 70. RGB value is (70,50,112). Sum of RGB (Red+Green+Blue) = 70+50+112=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #463270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463270 is #B9CD8F. Grayscale: #3E3E3E. Windows color (decimal): -12176784 or 7352902. OLE color: 7352902.

HSL color Cylindrical-coordinate representation of color #463270: hue angle of 259.35º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #463270 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 50 112 -
CMYK 0.38 0.55 0 0.56
HSL 259.35º 0.38% 0.32% -
HSV(B) 259.35º 0.55% 0.44% -
XYZ 6.59 4.75 15.9 -
YUV 63.05 155.63 132.96 -
System Red Green Blue C M Y K H S L
Decimal 70 50 112 0.38 0.55 0 0.56 259.35 0.38 0.32
Hex 46 32 70 26 37 0 38 103 26 20
Octal 106 62 160 46 67 0 70 403 46 40
Binary 1000110 110010 1110000 100110 110111 0 111000 100000011 100110 100000

Color Harmonies of #463270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463270

Black with #463270

Text Example


Text Example

White with #463270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463270; }

 p { color: rgb(70,50,112); }

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

background-color css

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

 a { background-color: rgb(70,50,112); }

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

border-color css

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

 span { border-color: rgb(70,50,112); }

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