Html Css Color HEX #46187C Windsor

📋 copy color: '#46187C'

red 70 ◦ green 24 ◦ blue 124

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

Shades of Windsor #46187C

Tints of Windsor #46187C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 56.88%

R = 32.11%
G = 11.01%
B = 56.88%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46187C (or 0x46187C) is known color: Windsor. HEX triplet: 46, 18 and 7C. RGB value is (70,24,124). Sum of RGB (Red+Green+Blue) = 70+24+124=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #46187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46187C is #B9E783. Grayscale: #303030. Windows color (decimal): -12183428 or 8132678. OLE color: 8132678.

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

Color convert

RGB 70 24 124 -
CMYK 0.44 0.81 0 0.51
HSL 267.6º 0.68% 0.29% -
HSV(B) 267.6º 0.81% 0.49% -
XYZ 6.49 3.41 19.39 -
YUV 49.15 170.24 142.87 -
System Red Green Blue C M Y K H S L
Decimal 70 24 124 0.44 0.81 0 0.51 267.6 0.68 0.29
Hex 46 18 7C 2C 51 0 33 10C 44 1D
Octal 106 30 174 54 121 0 63 414 104 35
Binary 1000110 11000 1111100 101100 1010001 0 110011 100001100 1000100 11101

Color Harmonies of #46187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46187C

Black with #46187C

Text Example


Text Example

White with #46187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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