Html Css Color HEX #46267B Windsor

📋 copy color: '#46267B'

red 70 ◦ green 38 ◦ blue 123

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

Shades of Windsor #46267B

Tints of Windsor #46267B

RGB

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

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

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

R = 30.3%
G = 16.45%
B = 53.25%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#46267B (or 0x46267B) is known color: Windsor. HEX triplet: 46, 26 and 7B. RGB value is (70,38,123). Sum of RGB (Red+Green+Blue) = 70+38+123=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #46267B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46267B is #B9D984. Grayscale: #383838. Windows color (decimal): -12179845 or 8070726. OLE color: 8070726.

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

Color convert

RGB 70 38 123 -
CMYK 0.43 0.69 0 0.52
HSL 262.59º 0.53% 0.32% -
HSV(B) 262.59º 0.69% 0.48% -
XYZ 6.79 4.12 19.18 -
YUV 57.26 165.1 137.09 -
System Red Green Blue C M Y K H S L
Decimal 70 38 123 0.43 0.69 0 0.52 262.59 0.53 0.32
Hex 46 26 7B 2B 45 0 34 107 35 20
Octal 106 46 173 53 105 0 64 407 65 40
Binary 1000110 100110 1111011 101011 1000101 0 110100 100000111 110101 100000

Color Harmonies of #46267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46267B

Black with #46267B

Text Example


Text Example

White with #46267B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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