Html Css Color HEX #46367B Windsor

📋 copy color: '#46367B'

red 70 ◦ green 54 ◦ blue 123

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

Shades of Windsor #46367B

Tints of Windsor #46367B

RGB

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

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

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

R = 28.34%
G = 21.86%
B = 49.8%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#46367B (or 0x46367B) is known color: Windsor. HEX triplet: 46, 36 and 7B. RGB value is (70,54,123). Sum of RGB (Red+Green+Blue) = 70+54+123=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #46367B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46367B is #B9C984. Grayscale: #424242. Windows color (decimal): -12175749 or 8074822. OLE color: 8074822.

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

Color convert

RGB 70 54 123 -
CMYK 0.43 0.56 0 0.52
HSL 253.91º 0.39% 0.35% -
HSV(B) 253.91º 0.56% 0.48% -
XYZ 7.42 5.37 19.38 -
YUV 66.65 159.8 130.39 -
System Red Green Blue C M Y K H S L
Decimal 70 54 123 0.43 0.56 0 0.52 253.91 0.39 0.35
Hex 46 36 7B 2B 38 0 34 FE 27 23
Octal 106 66 173 53 70 0 64 376 47 43
Binary 1000110 110110 1111011 101011 111000 0 110100 11111110 100111 100011

Color Harmonies of #46367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46367B

Black with #46367B

Text Example


Text Example

White with #46367B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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