Html Css Color HEX #46297D Windsor

📋 copy color: '#46297D'

red 70 ◦ green 41 ◦ blue 125

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

Shades of Windsor #46297D

Tints of Windsor #46297D

RGB

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

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

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

R = 29.66%
G = 17.37%
B = 52.97%

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

#46297D (or 0x46297D) is known color: Windsor. HEX triplet: 46, 29 and 7D. RGB value is (70,41,125). Sum of RGB (Red+Green+Blue) = 70+41+125=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #46297D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46297D is #B9D682. Grayscale: #3A3A3A. Windows color (decimal): -12179075 or 8202566. OLE color: 8202566.

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

Color convert

RGB 70 41 125 -
CMYK 0.44 0.67 0 0.51
HSL 260.71º 0.51% 0.33% -
HSV(B) 260.71º 0.67% 0.49% -
XYZ 7.02 4.37 19.88 -
YUV 59.25 165.11 135.67 -
System Red Green Blue C M Y K H S L
Decimal 70 41 125 0.44 0.67 0 0.51 260.71 0.51 0.33
Hex 46 29 7D 2C 43 0 33 105 33 21
Octal 106 51 175 54 103 0 63 405 63 41
Binary 1000110 101001 1111101 101100 1000011 0 110011 100000101 110011 100001

Color Harmonies of #46297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46297D

Black with #46297D

Text Example


Text Example

White with #46297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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