Html Css Color HEX #46277B Windsor

📋 copy color: '#46277B'

red 70 ◦ green 39 ◦ blue 123

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

Shades of Windsor #46277B

Tints of Windsor #46277B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.81%

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

R = 30.17%
G = 16.81%
B = 53.02%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#46277B (or 0x46277B) is known color: Windsor. HEX triplet: 46, 27 and 7B. RGB value is (70,39,123). Sum of RGB (Red+Green+Blue) = 70+39+123=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #46277B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46277B is #B9D884. Grayscale: #393939. Windows color (decimal): -12179589 or 8070982. OLE color: 8070982.

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

Color convert

RGB 70 39 123 -
CMYK 0.43 0.68 0 0.52
HSL 262.14º 0.52% 0.32% -
HSV(B) 262.14º 0.68% 0.48% -
XYZ 6.83 4.18 19.19 -
YUV 57.85 164.77 136.67 -
System Red Green Blue C M Y K H S L
Decimal 70 39 123 0.43 0.68 0 0.52 262.14 0.52 0.32
Hex 46 27 7B 2B 44 0 34 106 34 20
Octal 106 47 173 53 104 0 64 406 64 40
Binary 1000110 100111 1111011 101011 1000100 0 110100 100000110 110100 100000

Color Harmonies of #46277B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46277B

Black with #46277B

Text Example


Text Example

White with #46277B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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