Html Css Color HEX #46177D Windsor

📋 copy color: '#46177D'

red 70 ◦ green 23 ◦ blue 125

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

Shades of Windsor #46177D

Tints of Windsor #46177D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 57.34%

R = 32.11%
G = 10.55%
B = 57.34%

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

#46177D (or 0x46177D) is known color: Windsor. HEX triplet: 46, 17 and 7D. RGB value is (70,23,125). Sum of RGB (Red+Green+Blue) = 70+23+125=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #46177D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46177D is #B9E882. Grayscale: #303030. Windows color (decimal): -12183683 or 8197958. OLE color: 8197958.

HSL color Cylindrical-coordinate representation of color #46177D: hue angle of 267.65º 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 #46177D is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 23 125 -
CMYK 0.44 0.82 0 0.51
HSL 267.65º 0.69% 0.29% -
HSV(B) 267.65º 0.82% 0.49% -
XYZ 6.53 3.4 19.71 -
YUV 48.68 171.07 143.21 -
System Red Green Blue C M Y K H S L
Decimal 70 23 125 0.44 0.82 0 0.51 267.65 0.69 0.29
Hex 46 17 7D 2C 52 0 33 10C 45 1D
Octal 106 27 175 54 122 0 63 414 105 35
Binary 1000110 10111 1111101 101100 1010010 0 110011 100001100 1000101 11101

Color Harmonies of #46177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46177D

Black with #46177D

Text Example


Text Example

White with #46177D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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