Html Css Color HEX #462676 Windsor

📋 copy color: '#462676'

red 70 ◦ green 38 ◦ blue 118

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

Shades of Windsor #462676

Tints of Windsor #462676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 52.21%

R = 30.97%
G = 16.81%
B = 52.21%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#462676 (or 0x462676) is known color: Windsor. HEX triplet: 46, 26 and 76. RGB value is (70,38,118). Sum of RGB (Red+Green+Blue) = 70+38+118=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #462676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462676 is #B9D989. Grayscale: #383838. Windows color (decimal): -12179850 or 7743046. OLE color: 7743046.

HSL color Cylindrical-coordinate representation of color #462676: hue angle of 264º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #462676 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 38 118 -
CMYK 0.41 0.68 0 0.54
HSL 264º 0.51% 0.31% -
HSV(B) 264º 0.68% 0.46% -
XYZ 6.49 4 17.57 -
YUV 56.69 162.6 137.5 -
System Red Green Blue C M Y K H S L
Decimal 70 38 118 0.41 0.68 0 0.54 264 0.51 0.31
Hex 46 26 76 29 44 0 36 108 33 1F
Octal 106 46 166 51 104 0 66 410 63 37
Binary 1000110 100110 1110110 101001 1000100 0 110110 100001000 110011 11111

Color Harmonies of #462676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462676

Black with #462676

Text Example


Text Example

White with #462676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462676; }

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

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

background-color css

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

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

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

border-color css

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

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

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