Html Css Color HEX #46297E Windsor

📋 copy color: '#46297E'

red 70 ◦ green 41 ◦ blue 126

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

Shades of Windsor #46297E

Tints of Windsor #46297E

RGB

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

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

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

R = 29.54%
G = 17.3%
B = 53.16%

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

#46297E (or 0x46297E) is known color: Windsor. HEX triplet: 46, 29 and 7E. RGB value is (70,41,126). Sum of RGB (Red+Green+Blue) = 70+41+126=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 126 (49.61% from 255 or 53.16% from 237); Max value from RGB is 126 - color contains mainly: blue. Hex color #46297E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46297E is #B9D681. Grayscale: #3B3B3B. Windows color (decimal): -12179074 or 8268102. OLE color: 8268102.

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

Color convert

RGB 70 41 126 -
CMYK 0.44 0.67 0 0.51
HSL 260.47º 0.51% 0.33% -
HSV(B) 260.47º 0.67% 0.49% -
XYZ 7.08 4.39 20.21 -
YUV 59.36 165.61 135.59 -
System Red Green Blue C M Y K H S L
Decimal 70 41 126 0.44 0.67 0 0.51 260.47 0.51 0.33
Hex 46 29 7E 2C 43 0 33 104 33 21
Octal 106 51 176 54 103 0 63 404 63 41
Binary 1000110 101001 1111110 101100 1000011 0 110011 100000100 110011 100001

Color Harmonies of #46297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46297E

Black with #46297E

Text Example


Text Example

White with #46297E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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