Html Css Color HEX #462783 Windsor

📋 copy color: '#462783'

red 70 ◦ green 39 ◦ blue 131

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

Shades of Windsor #462783

Tints of Windsor #462783

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.25%

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

R = 29.17%
G = 16.25%
B = 54.58%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#462783 (or 0x462783) is known color: Windsor. HEX triplet: 46, 27 and 83. RGB value is (70,39,131). Sum of RGB (Red+Green+Blue) = 70+39+131=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 131 (51.56% from 255 or 54.58% from 240); Max value from RGB is 131 - color contains mainly: blue. Hex color #462783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462783 is #B9D87C. Grayscale: #3A3A3A. Windows color (decimal): -12179581 or 8595270. OLE color: 8595270.

HSL color Cylindrical-coordinate representation of color #462783: hue angle of 260.22º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #462783 is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 39 131 -
CMYK 0.47 0.70 0 0.49
HSL 260.22º 0.54% 0.33% -
HSV(B) 260.22º 0.7% 0.51% -
XYZ 7.35 4.39 21.93 -
YUV 58.76 168.77 136.02 -
System Red Green Blue C M Y K H S L
Decimal 70 39 131 0.47 0.70 0 0.49 260.22 0.54 0.33
Hex 46 27 83 2F 46 0 31 104 36 21
Octal 106 47 203 57 106 0 61 404 66 41
Binary 1000110 100111 10000011 101111 1000110 0 110001 100000100 110110 100001

Color Harmonies of #462783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462783

Black with #462783

Text Example


Text Example

White with #462783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462783; }

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

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

background-color css

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

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

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

border-color css

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

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

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