Html Css Color HEX #463275 Windsor

📋 copy color: '#463275'

red 70 ◦ green 50 ◦ blue 117

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

Shades of Windsor #463275

Tints of Windsor #463275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.37%

R = 29.54%
G = 21.1%
B = 49.37%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#463275 (or 0x463275) is known color: Windsor. HEX triplet: 46, 32 and 75. RGB value is (70,50,117). Sum of RGB (Red+Green+Blue) = 70+50+117=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #463275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463275 is #B9CD8A. Grayscale: #3F3F3F. Windows color (decimal): -12176779 or 7680582. OLE color: 7680582.

HSL color Cylindrical-coordinate representation of color #463275: hue angle of 257.91º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #463275 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 50 117 -
CMYK 0.40 0.57 0 0.54
HSL 257.91º 0.4% 0.33% -
HSV(B) 257.91º 0.57% 0.46% -
XYZ 6.88 4.87 17.41 -
YUV 63.62 158.13 132.55 -
System Red Green Blue C M Y K H S L
Decimal 70 50 117 0.40 0.57 0 0.54 257.91 0.4 0.33
Hex 46 32 75 28 39 0 36 102 28 21
Octal 106 62 165 50 71 0 66 402 50 41
Binary 1000110 110010 1110101 101000 111001 0 110110 100000010 101000 100001

Color Harmonies of #463275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463275

Black with #463275

Text Example


Text Example

White with #463275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463275; }

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

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

background-color css

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

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

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

border-color css

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

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

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