Html Css Color HEX #46367C Windsor

📋 copy color: '#46367C'

red 70 ◦ green 54 ◦ blue 124

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

Shades of Windsor #46367C

Tints of Windsor #46367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.77%

 BLUE value IS 124 (48.83% from 255) = 50%

R = 28.23%
G = 21.77%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46367C (or 0x46367C) is known color: Windsor. HEX triplet: 46, 36 and 7C. RGB value is (70,54,124). Sum of RGB (Red+Green+Blue) = 70+54+124=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #46367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46367C is #B9C983. Grayscale: #424242. Windows color (decimal): -12175748 or 8140358. OLE color: 8140358.

HSL color Cylindrical-coordinate representation of color #46367C: hue angle of 253.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46367C is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 54 124 -
CMYK 0.44 0.56 0 0.51
HSL 253.71º 0.39% 0.35% -
HSV(B) 253.71º 0.56% 0.49% -
XYZ 7.48 5.4 19.72 -
YUV 66.76 160.3 130.31 -
System Red Green Blue C M Y K H S L
Decimal 70 54 124 0.44 0.56 0 0.51 253.71 0.39 0.35
Hex 46 36 7C 2C 38 0 33 FE 27 23
Octal 106 66 174 54 70 0 63 376 47 43
Binary 1000110 110110 1111100 101100 111000 0 110011 11111110 100111 100011

Color Harmonies of #46367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46367C

Black with #46367C

Text Example


Text Example

White with #46367C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46367C; }

 p { color: rgb(70,54,124); }

 H1.HeaderClassName
 {
   color: #46367C;
 }
 .AnyTagClassName
 {
   color: #46367C;
 }
</style>

background-color css

<style>
 a { background-color: #46367C; }

 a { background-color: rgb(70,54,124); }

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

border-color css

<style>
 span { border-color: #46367C; }

 span { border-color: rgb(70,54,124); }

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