Html Css Color HEX #46307E Windsor

📋 copy color: '#46307E'

red 70 ◦ green 48 ◦ blue 126

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

Shades of Windsor #46307E

Tints of Windsor #46307E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.67%

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

R = 28.69%
G = 19.67%
B = 51.64%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46307E (or 0x46307E) is known color: Windsor. HEX triplet: 46, 30 and 7E. RGB value is (70,48,126). Sum of RGB (Red+Green+Blue) = 70+48+126=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 126 (49.61% from 255 or 51.64% from 244); Max value from RGB is 126 - color contains mainly: blue. Hex color #46307E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46307E is #B9CF81. Grayscale: #3F3F3F. Windows color (decimal): -12177282 or 8269894. OLE color: 8269894.

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

Color convert

RGB 70 48 126 -
CMYK 0.44 0.62 0 0.51
HSL 256.92º 0.45% 0.34% -
HSV(B) 256.92º 0.62% 0.49% -
XYZ 7.35 4.92 20.3 -
YUV 63.47 163.29 132.66 -
System Red Green Blue C M Y K H S L
Decimal 70 48 126 0.44 0.62 0 0.51 256.92 0.45 0.34
Hex 46 30 7E 2C 3E 0 33 101 2D 22
Octal 106 60 176 54 76 0 63 401 55 42
Binary 1000110 110000 1111110 101100 111110 0 110011 100000001 101101 100010

Color Harmonies of #46307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46307E

Black with #46307E

Text Example


Text Example

White with #46307E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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