Html Css Color HEX #463472 Windsor

📋 copy color: '#463472'

red 70 ◦ green 52 ◦ blue 114

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

Shades of Windsor #463472

Tints of Windsor #463472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.03%

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

R = 29.66%
G = 22.03%
B = 48.31%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#463472 (or 0x463472) is known color: Windsor. HEX triplet: 46, 34 and 72. RGB value is (70,52,114). Sum of RGB (Red+Green+Blue) = 70+52+114=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #463472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463472 is #B9CB8D. Grayscale: #404040. Windows color (decimal): -12176270 or 7484486. OLE color: 7484486.

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

Color convert

RGB 70 52 114 -
CMYK 0.39 0.54 0 0.55
HSL 257.42º 0.37% 0.33% -
HSV(B) 257.42º 0.54% 0.45% -
XYZ 6.79 4.97 16.52 -
YUV 64.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 70 52 114 0.39 0.54 0 0.55 257.42 0.37 0.33
Hex 46 34 72 27 36 0 37 101 25 21
Octal 106 64 162 47 66 0 67 401 45 41
Binary 1000110 110100 1110010 100111 110110 0 110111 100000001 100101 100001

Color Harmonies of #463472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463472

Black with #463472

Text Example


Text Example

White with #463472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463472; }

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

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

background-color css

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

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

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

border-color css

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

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

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