Html Css Color HEX #461A85 Windsor

📋 copy color: '#461A85'

red 70 ◦ green 26 ◦ blue 133

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

Shades of Windsor #461A85

Tints of Windsor #461A85

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.35%

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

R = 30.57%
G = 11.35%
B = 58.08%

CMYK

 C value IS 0.47

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#461A85 (or 0x461A85) is known color: Windsor. HEX triplet: 46, 1A and 85. RGB value is (70,26,133). Sum of RGB (Red+Green+Blue) = 70+26+133=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #461A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461A85 is #B9E57A. Grayscale: #323232. Windows color (decimal): -12182907 or 8723014. OLE color: 8723014.

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

Color convert

RGB 70 26 133 -
CMYK 0.47 0.80 0 0.48
HSL 264.67º 0.67% 0.31% -
HSV(B) 264.67º 0.8% 0.52% -
XYZ 7.13 3.73 22.54 -
YUV 51.35 174.08 141.3 -
System Red Green Blue C M Y K H S L
Decimal 70 26 133 0.47 0.80 0 0.48 264.67 0.67 0.31
Hex 46 1A 85 2F 50 0 30 109 43 1F
Octal 106 32 205 57 120 0 60 411 103 37
Binary 1000110 11010 10000101 101111 1010000 0 110000 100001001 1000011 11111

Color Harmonies of #461A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461A85

Black with #461A85

Text Example


Text Example

White with #461A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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