Html Css Color HEX #461985 Windsor

📋 copy color: '#461985'

red 70 ◦ green 25 ◦ blue 133

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

Shades of Windsor #461985

Tints of Windsor #461985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.96%

 BLUE value IS 133 (52.34% from 255) = 58.33%

R = 30.7%
G = 10.96%
B = 58.33%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#461985 (or 0x461985) is known color: Windsor. HEX triplet: 46, 19 and 85. RGB value is (70,25,133). Sum of RGB (Red+Green+Blue) = 70+25+133=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #461985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461985 is #B9E67A. Grayscale: #323232. Windows color (decimal): -12183163 or 8722758. OLE color: 8722758.

HSL color Cylindrical-coordinate representation of color #461985: hue angle of 265º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461985 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 25 133 -
CMYK 0.47 0.81 0 0.48
HSL 265º 0.68% 0.31% -
HSV(B) 265º 0.81% 0.52% -
XYZ 7.11 3.69 22.53 -
YUV 50.77 174.41 141.72 -
System Red Green Blue C M Y K H S L
Decimal 70 25 133 0.47 0.81 0 0.48 265 0.68 0.31
Hex 46 19 85 2F 51 0 30 109 44 1F
Octal 106 31 205 57 121 0 60 411 104 37
Binary 1000110 11001 10000101 101111 1010001 0 110000 100001001 1000100 11111

Color Harmonies of #461985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461985

Black with #461985

Text Example


Text Example

White with #461985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461985; }

 p { color: rgb(70,25,133); }

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

background-color css

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

 a { background-color: rgb(70,25,133); }

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

border-color css

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

 span { border-color: rgb(70,25,133); }

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