Html Css Color HEX #46177F Windsor

📋 copy color: '#46177F'

red 70 ◦ green 23 ◦ blue 127

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

Shades of Windsor #46177F

Tints of Windsor #46177F

RGB

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

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

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

R = 31.82%
G = 10.45%
B = 57.73%

CMYK

 C value IS 0.45

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#46177F (or 0x46177F) is known color: Windsor. HEX triplet: 46, 17 and 7F. RGB value is (70,23,127). Sum of RGB (Red+Green+Blue) = 70+23+127=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #46177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46177F is #B9E880. Grayscale: #303030. Windows color (decimal): -12183681 or 8329030. OLE color: 8329030.

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

Color convert

RGB 70 23 127 -
CMYK 0.45 0.82 0 0.50
HSL 267.12º 0.69% 0.29% -
HSV(B) 267.12º 0.82% 0.5% -
XYZ 6.66 3.45 20.39 -
YUV 48.91 172.07 143.04 -
System Red Green Blue C M Y K H S L
Decimal 70 23 127 0.45 0.82 0 0.50 267.12 0.69 0.29
Hex 46 17 7F 2D 52 0 32 10B 45 1D
Octal 106 27 177 55 122 0 62 413 105 35
Binary 1000110 10111 1111111 101101 1010010 0 110010 100001011 1000101 11101

Color Harmonies of #46177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46177F

Black with #46177F

Text Example


Text Example

White with #46177F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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