Html Css Color HEX #46177E Windsor

📋 copy color: '#46177E'

red 70 ◦ green 23 ◦ blue 126

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

Shades of Windsor #46177E

Tints of Windsor #46177E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.5%

 BLUE value IS 126 (49.61% from 255) = 57.53%

R = 31.96%
G = 10.5%
B = 57.53%

CMYK

 C value IS 0.44

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46177E (or 0x46177E) is known color: Windsor. HEX triplet: 46, 17 and 7E. RGB value is (70,23,126). Sum of RGB (Red+Green+Blue) = 70+23+126=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 126 (49.61% from 255 or 57.53% from 219); Max value from RGB is 126 - color contains mainly: blue. Hex color #46177E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46177E is #B9E881. Grayscale: #303030. Windows color (decimal): -12183682 or 8263494. OLE color: 8263494.

HSL color Cylindrical-coordinate representation of color #46177E: hue angle of 267.38º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46177E is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 23 126 -
CMYK 0.44 0.82 0 0.51
HSL 267.38º 0.69% 0.29% -
HSV(B) 267.38º 0.82% 0.49% -
XYZ 6.6 3.42 20.05 -
YUV 48.8 171.57 143.12 -
System Red Green Blue C M Y K H S L
Decimal 70 23 126 0.44 0.82 0 0.51 267.38 0.69 0.29
Hex 46 17 7E 2C 52 0 33 10B 45 1D
Octal 106 27 176 54 122 0 63 413 105 35
Binary 1000110 10111 1111110 101100 1010010 0 110011 100001011 1000101 11101

Color Harmonies of #46177E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46177E

Black with #46177E

Text Example


Text Example

White with #46177E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46177E; }

 p { color: rgb(70,23,126); }

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

background-color css

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

 a { background-color: rgb(70,23,126); }

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

border-color css

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

 span { border-color: rgb(70,23,126); }

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