Html Css Color HEX #461885 Windsor

📋 copy color: '#461885'

red 70 ◦ green 24 ◦ blue 133

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

Shades of Windsor #461885

Tints of Windsor #461885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.57%

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

R = 30.84%
G = 10.57%
B = 58.59%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#461885 (or 0x461885) is known color: Windsor. HEX triplet: 46, 18 and 85. RGB value is (70,24,133). Sum of RGB (Red+Green+Blue) = 70+24+133=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #461885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461885 is #B9E77A. Grayscale: #313131. Windows color (decimal): -12183419 or 8722502. OLE color: 8722502.

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

Color convert

RGB 70 24 133 -
CMYK 0.47 0.82 0 0.48
HSL 265.32º 0.69% 0.31% -
HSV(B) 265.32º 0.82% 0.52% -
XYZ 7.09 3.65 22.52 -
YUV 50.18 174.74 142.14 -
System Red Green Blue C M Y K H S L
Decimal 70 24 133 0.47 0.82 0 0.48 265.32 0.69 0.31
Hex 46 18 85 2F 52 0 30 109 45 1F
Octal 106 30 205 57 122 0 60 411 105 37
Binary 1000110 11000 10000101 101111 1010010 0 110000 100001001 1000101 11111

Color Harmonies of #461885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461885

Black with #461885

Text Example


Text Example

White with #461885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461885; }

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

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

background-color css

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

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

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

border-color css

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

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

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