Html Css Color HEX #46237B Windsor

📋 copy color: '#46237B'

red 70 ◦ green 35 ◦ blue 123

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

Shades of Windsor #46237B

Tints of Windsor #46237B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.35%

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

R = 30.7%
G = 15.35%
B = 53.95%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#46237B (or 0x46237B) is known color: Windsor. HEX triplet: 46, 23 and 7B. RGB value is (70,35,123). Sum of RGB (Red+Green+Blue) = 70+35+123=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #46237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46237B is #B9DC84. Grayscale: #373737. Windows color (decimal): -12180613 or 8069958. OLE color: 8069958.

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

Color convert

RGB 70 35 123 -
CMYK 0.43 0.72 0 0.52
HSL 263.86º 0.56% 0.31% -
HSV(B) 263.86º 0.72% 0.48% -
XYZ 6.7 3.93 19.15 -
YUV 55.5 166.1 138.34 -
System Red Green Blue C M Y K H S L
Decimal 70 35 123 0.43 0.72 0 0.52 263.86 0.56 0.31
Hex 46 23 7B 2B 48 0 34 108 38 1F
Octal 106 43 173 53 110 0 64 410 70 37
Binary 1000110 100011 1111011 101011 1001000 0 110100 100001000 111000 11111

Color Harmonies of #46237B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46237B

Black with #46237B

Text Example


Text Example

White with #46237B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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