Html Css Color HEX #50447F Victoria

📋 copy color: '#50447F'

red 80 ◦ green 68 ◦ blue 127

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

Shades of Victoria #50447F

Tints of Victoria #50447F

RGB

 RED value IS 80 (31.64% from 255) = 29.09%

 GREEN value IS 68 (26.95% from 255) = 24.73%

 BLUE value IS 127 (50% from 255) = 46.18%

R = 29.09%
G = 24.73%
B = 46.18%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50447F (or 0x50447F) is known color: Victoria. HEX triplet: 50, 44 and 7F. RGB value is (80,68,127). Sum of RGB (Red+Green+Blue) = 80+68+127=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #50447F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50447F is #AFBB80. Grayscale: #4E4E4E. Windows color (decimal): -11516801 or 8340560. OLE color: 8340560.

HSL color Cylindrical-coordinate representation of color #50447F: hue angle of 252.2º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50447F is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 68 127 -
CMYK 0.37 0.46 0 0.50
HSL 252.2º 0.3% 0.38% -
HSV(B) 252.2º 0.46% 0.5% -
XYZ 9.21 7.37 21.02 -
YUV 78.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 80 68 127 0.37 0.46 0 0.50 252.2 0.3 0.38
Hex 50 44 7F 25 2E 0 32 FC 1E 26
Octal 120 104 177 45 56 0 62 374 36 46
Binary 1010000 1000100 1111111 100101 101110 0 110010 11111100 11110 100110

Color Harmonies of #50447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50447F

Black with #50447F

Text Example


Text Example

White with #50447F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50447F; }

 p { color: rgb(80,68,127); }

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

background-color css

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

 a { background-color: rgb(80,68,127); }

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

border-color css

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

 span { border-color: rgb(80,68,127); }

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