Html Css Color HEX #462582 Windsor

📋 copy color: '#462582'

red 70 ◦ green 37 ◦ blue 130

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

Shades of Windsor #462582

Tints of Windsor #462582

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.61%

 BLUE value IS 130 (51.17% from 255) = 54.85%

R = 29.54%
G = 15.61%
B = 54.85%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#462582 (or 0x462582) is known color: Windsor. HEX triplet: 46, 25 and 82. RGB value is (70,37,130). Sum of RGB (Red+Green+Blue) = 70+37+130=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #462582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462582 is #B9DA7D. Grayscale: #393939. Windows color (decimal): -12180094 or 8529222. OLE color: 8529222.

HSL color Cylindrical-coordinate representation of color #462582: hue angle of 261.29º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #462582 is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 37 130 -
CMYK 0.46 0.72 0 0.49
HSL 261.29º 0.56% 0.33% -
HSV(B) 261.29º 0.72% 0.51% -
XYZ 7.22 4.24 21.56 -
YUV 57.47 168.93 136.94 -
System Red Green Blue C M Y K H S L
Decimal 70 37 130 0.46 0.72 0 0.49 261.29 0.56 0.33
Hex 46 25 82 2E 48 0 31 105 38 21
Octal 106 45 202 56 110 0 61 405 70 41
Binary 1000110 100101 10000010 101110 1001000 0 110001 100000101 111000 100001

Color Harmonies of #462582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462582

Black with #462582

Text Example


Text Example

White with #462582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462582; }

 p { color: rgb(70,37,130); }

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

background-color css

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

 a { background-color: rgb(70,37,130); }

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

border-color css

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

 span { border-color: rgb(70,37,130); }

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