Html Css Color HEX #46187F Windsor

📋 copy color: '#46187F'

red 70 ◦ green 24 ◦ blue 127

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

Shades of Windsor #46187F

Tints of Windsor #46187F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 57.47%

R = 31.67%
G = 10.86%
B = 57.47%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#46187F (or 0x46187F) is known color: Windsor. HEX triplet: 46, 18 and 7F. RGB value is (70,24,127). Sum of RGB (Red+Green+Blue) = 70+24+127=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #46187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46187F is #B9E780. Grayscale: #313131. Windows color (decimal): -12183425 or 8329286. OLE color: 8329286.

HSL color Cylindrical-coordinate representation of color #46187F: hue angle of 266.8º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46187F is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 24 127 -
CMYK 0.45 0.81 0 0.50
HSL 266.8º 0.68% 0.3% -
HSV(B) 266.8º 0.81% 0.5% -
XYZ 6.68 3.49 20.4 -
YUV 49.5 171.74 142.62 -
System Red Green Blue C M Y K H S L
Decimal 70 24 127 0.45 0.81 0 0.50 266.8 0.68 0.3
Hex 46 18 7F 2D 51 0 32 10B 44 1E
Octal 106 30 177 55 121 0 62 413 104 36
Binary 1000110 11000 1111111 101101 1010001 0 110010 100001011 1000100 11110

Color Harmonies of #46187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46187F

Black with #46187F

Text Example


Text Example

White with #46187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46187F; }

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

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

background-color css

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

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

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

border-color css

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

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

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