Html Css Color HEX #462F6F Windsor

📋 copy color: '#462F6F'

red 70 ◦ green 47 ◦ blue 111

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

Shades of Windsor #462F6F

Tints of Windsor #462F6F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.61%

 BLUE value IS 111 (43.75% from 255) = 48.68%

R = 30.7%
G = 20.61%
B = 48.68%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#462F6F (or 0x462F6F) is known color: Windsor. HEX triplet: 46, 2F and 6F. RGB value is (70,47,111). Sum of RGB (Red+Green+Blue) = 70+47+111=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 111 - color contains mainly: blue. Hex color #462F6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462F6F is #B9D090. Grayscale: #3C3C3C. Windows color (decimal): -12177553 or 7286598. OLE color: 7286598.

HSL color Cylindrical-coordinate representation of color #462F6F: hue angle of 261.56º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #462F6F is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 47 111 -
CMYK 0.37 0.58 0 0.56
HSL 261.56º 0.41% 0.31% -
HSV(B) 261.56º 0.58% 0.44% -
XYZ 6.41 4.48 15.57 -
YUV 61.17 156.12 134.3 -
System Red Green Blue C M Y K H S L
Decimal 70 47 111 0.37 0.58 0 0.56 261.56 0.41 0.31
Hex 46 2F 6F 25 3A 0 38 106 29 1F
Octal 106 57 157 45 72 0 70 406 51 37
Binary 1000110 101111 1101111 100101 111010 0 111000 100000110 101001 11111

Color Harmonies of #462F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462F6F

Black with #462F6F

Text Example


Text Example

White with #462F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462F6F; }

 p { color: rgb(70,47,111); }

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

background-color css

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

 a { background-color: rgb(70,47,111); }

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

border-color css

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

 span { border-color: rgb(70,47,111); }

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