Html Css Color HEX #463272 Windsor

📋 copy color: '#463272'

red 70 ◦ green 50 ◦ blue 114

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

Shades of Windsor #463272

Tints of Windsor #463272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 48.72%

R = 29.91%
G = 21.37%
B = 48.72%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#463272 (or 0x463272) is known color: Windsor. HEX triplet: 46, 32 and 72. RGB value is (70,50,114). Sum of RGB (Red+Green+Blue) = 70+50+114=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #463272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463272 is #B9CD8D. Grayscale: #3F3F3F. Windows color (decimal): -12176782 or 7483974. OLE color: 7483974.

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

Color convert

RGB 70 50 114 -
CMYK 0.39 0.56 0 0.55
HSL 258.75º 0.39% 0.32% -
HSV(B) 258.75º 0.56% 0.45% -
XYZ 6.7 4.8 16.49 -
YUV 63.28 156.63 132.8 -
System Red Green Blue C M Y K H S L
Decimal 70 50 114 0.39 0.56 0 0.55 258.75 0.39 0.32
Hex 46 32 72 27 38 0 37 103 27 20
Octal 106 62 162 47 70 0 67 403 47 40
Binary 1000110 110010 1110010 100111 111000 0 110111 100000011 100111 100000

Color Harmonies of #463272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463272

Black with #463272

Text Example


Text Example

White with #463272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463272; }

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

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

background-color css

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

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

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

border-color css

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

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

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