Html Css Color HEX #463283 Windsor

📋 copy color: '#463283'

red 70 ◦ green 50 ◦ blue 131

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

Shades of Windsor #463283

Tints of Windsor #463283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 52.19%

R = 27.89%
G = 19.92%
B = 52.19%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#463283 (or 0x463283) is known color: Windsor. HEX triplet: 46, 32 and 83. RGB value is (70,50,131). Sum of RGB (Red+Green+Blue) = 70+50+131=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #463283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463283 is #B9CD7C. Grayscale: #404040. Windows color (decimal): -12176765 or 8598086. OLE color: 8598086.

HSL color Cylindrical-coordinate representation of color #463283: hue angle of 254.81º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #463283 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 50 131 -
CMYK 0.47 0.62 0 0.49
HSL 254.81º 0.45% 0.35% -
HSV(B) 254.81º 0.62% 0.51% -
XYZ 7.76 5.22 22.07 -
YUV 65.21 165.13 131.41 -
System Red Green Blue C M Y K H S L
Decimal 70 50 131 0.47 0.62 0 0.49 254.81 0.45 0.35
Hex 46 32 83 2F 3E 0 31 FF 2D 23
Octal 106 62 203 57 76 0 61 377 55 43
Binary 1000110 110010 10000011 101111 111110 0 110001 11111111 101101 100011

Color Harmonies of #463283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463283

Black with #463283

Text Example


Text Example

White with #463283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463283; }

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

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

background-color css

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

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

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

border-color css

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

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

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