Html Css Color HEX #46297C Windsor

📋 copy color: '#46297C'

red 70 ◦ green 41 ◦ blue 124

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

Shades of Windsor #46297C

Tints of Windsor #46297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.45%

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

R = 29.79%
G = 17.45%
B = 52.77%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46297C (or 0x46297C) is known color: Windsor. HEX triplet: 46, 29 and 7C. RGB value is (70,41,124). Sum of RGB (Red+Green+Blue) = 70+41+124=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #46297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46297C is #B9D683. Grayscale: #3A3A3A. Windows color (decimal): -12179076 or 8137030. OLE color: 8137030.

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

Color convert

RGB 70 41 124 -
CMYK 0.44 0.67 0 0.51
HSL 260.96º 0.5% 0.32% -
HSV(B) 260.96º 0.67% 0.49% -
XYZ 6.96 4.34 19.54 -
YUV 59.13 164.61 135.75 -
System Red Green Blue C M Y K H S L
Decimal 70 41 124 0.44 0.67 0 0.51 260.96 0.5 0.32
Hex 46 29 7C 2C 43 0 33 105 32 20
Octal 106 51 174 54 103 0 63 405 62 40
Binary 1000110 101001 1111100 101100 1000011 0 110011 100000101 110010 100000

Color Harmonies of #46297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46297C

Black with #46297C

Text Example


Text Example

White with #46297C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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