Html Css Color HEX #46307A Windsor

📋 copy color: '#46307A'

red 70 ◦ green 48 ◦ blue 122

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

Shades of Windsor #46307A

Tints of Windsor #46307A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 50.83%

R = 29.17%
G = 20%
B = 50.83%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#46307A (or 0x46307A) is known color: Windsor. HEX triplet: 46, 30 and 7A. RGB value is (70,48,122). Sum of RGB (Red+Green+Blue) = 70+48+122=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #46307A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46307A is #B9CF85. Grayscale: #3E3E3E. Windows color (decimal): -12177286 or 8007750. OLE color: 8007750.

HSL color Cylindrical-coordinate representation of color #46307A: hue angle of 257.84º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46307A is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 48 122 -
CMYK 0.43 0.61 0 0.52
HSL 257.84º 0.44% 0.33% -
HSV(B) 257.84º 0.61% 0.48% -
XYZ 7.1 4.82 18.97 -
YUV 63.01 161.29 132.98 -
System Red Green Blue C M Y K H S L
Decimal 70 48 122 0.43 0.61 0 0.52 257.84 0.44 0.33
Hex 46 30 7A 2B 3D 0 34 102 2C 21
Octal 106 60 172 53 75 0 64 402 54 41
Binary 1000110 110000 1111010 101011 111101 0 110100 100000010 101100 100001

Color Harmonies of #46307A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46307A

Black with #46307A

Text Example


Text Example

White with #46307A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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