Html Css Color HEX #46267C Windsor

📋 copy color: '#46267C'

red 70 ◦ green 38 ◦ blue 124

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

Shades of Windsor #46267C

Tints of Windsor #46267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.38%

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

R = 30.17%
G = 16.38%
B = 53.45%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46267C (or 0x46267C) is known color: Windsor. HEX triplet: 46, 26 and 7C. RGB value is (70,38,124). Sum of RGB (Red+Green+Blue) = 70+38+124=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #46267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46267C is #B9D983. Grayscale: #393939. Windows color (decimal): -12179844 or 8136262. OLE color: 8136262.

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

Color convert

RGB 70 38 124 -
CMYK 0.44 0.69 0 0.51
HSL 262.33º 0.53% 0.32% -
HSV(B) 262.33º 0.69% 0.49% -
XYZ 6.86 4.14 19.51 -
YUV 57.37 165.6 137.01 -
System Red Green Blue C M Y K H S L
Decimal 70 38 124 0.44 0.69 0 0.51 262.33 0.53 0.32
Hex 46 26 7C 2C 45 0 33 106 35 20
Octal 106 46 174 54 105 0 63 406 65 40
Binary 1000110 100110 1111100 101100 1000101 0 110011 100000110 110101 100000

Color Harmonies of #46267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46267C

Black with #46267C

Text Example


Text Example

White with #46267C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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