Html Css Color HEX #46347B Windsor

📋 copy color: '#46347B'

red 70 ◦ green 52 ◦ blue 123

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

Shades of Windsor #46347B

Tints of Windsor #46347B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.22%

 BLUE value IS 123 (48.44% from 255) = 50.2%

R = 28.57%
G = 21.22%
B = 50.2%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#46347B (or 0x46347B) is known color: Windsor. HEX triplet: 46, 34 and 7B. RGB value is (70,52,123). Sum of RGB (Red+Green+Blue) = 70+52+123=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #46347B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46347B is #B9CB84. Grayscale: #414141. Windows color (decimal): -12176261 or 8074310. OLE color: 8074310.

HSL color Cylindrical-coordinate representation of color #46347B: hue angle of 255.21º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46347B is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 52 123 -
CMYK 0.43 0.58 0 0.52
HSL 255.21º 0.41% 0.34% -
HSV(B) 255.21º 0.58% 0.48% -
XYZ 7.33 5.19 19.35 -
YUV 65.48 160.46 131.23 -
System Red Green Blue C M Y K H S L
Decimal 70 52 123 0.43 0.58 0 0.52 255.21 0.41 0.34
Hex 46 34 7B 2B 3A 0 34 FF 29 22
Octal 106 64 173 53 72 0 64 377 51 42
Binary 1000110 110100 1111011 101011 111010 0 110100 11111111 101001 100010

Color Harmonies of #46347B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46347B

Black with #46347B

Text Example


Text Example

White with #46347B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46347B; }

 p { color: rgb(70,52,123); }

 H1.HeaderClassName
 {
   color: #46347B;
 }
 .AnyTagClassName
 {
   color: #46347B;
 }
</style>

background-color css

<style>
 a { background-color: #46347B; }

 a { background-color: rgb(70,52,123); }

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

border-color css

<style>
 span { border-color: #46347B; }

 span { border-color: rgb(70,52,123); }

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