Html Css Color HEX #463375 Windsor

📋 copy color: '#463375'

red 70 ◦ green 51 ◦ blue 117

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

Shades of Windsor #463375

Tints of Windsor #463375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.43%

 BLUE value IS 117 (46.09% from 255) = 49.16%

R = 29.41%
G = 21.43%
B = 49.16%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#463375 (or 0x463375) is known color: Windsor. HEX triplet: 46, 33 and 75. RGB value is (70,51,117). Sum of RGB (Red+Green+Blue) = 70+51+117=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #463375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463375 is #B9CC8A. Grayscale: #3F3F3F. Windows color (decimal): -12176523 or 7680838. OLE color: 7680838.

HSL color Cylindrical-coordinate representation of color #463375: hue angle of 257.27º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #463375 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 51 117 -
CMYK 0.40 0.56 0 0.54
HSL 257.27º 0.39% 0.33% -
HSV(B) 257.27º 0.56% 0.46% -
XYZ 6.92 4.95 17.42 -
YUV 64.21 157.79 132.13 -
System Red Green Blue C M Y K H S L
Decimal 70 51 117 0.40 0.56 0 0.54 257.27 0.39 0.33
Hex 46 33 75 28 38 0 36 101 27 21
Octal 106 63 165 50 70 0 66 401 47 41
Binary 1000110 110011 1110101 101000 111000 0 110110 100000001 100111 100001

Color Harmonies of #463375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463375

Black with #463375

Text Example


Text Example

White with #463375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463375; }

 p { color: rgb(70,51,117); }

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

background-color css

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

 a { background-color: rgb(70,51,117); }

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

border-color css

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

 span { border-color: rgb(70,51,117); }

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