Html Css Color HEX #51478E Victoria

📋 copy color: '#51478E'

red 81 ◦ green 71 ◦ blue 142

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

Shades of Victoria #51478E

Tints of Victoria #51478E

RGB

 RED value IS 81 (32.03% from 255) = 27.55%

 GREEN value IS 71 (28.13% from 255) = 24.15%

 BLUE value IS 142 (55.86% from 255) = 48.3%

R = 27.55%
G = 24.15%
B = 48.3%

CMYK

 C value IS 0.43

 M value IS 0.5

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#51478E (or 0x51478E) is known color: Victoria. HEX triplet: 51, 47 and 8E. RGB value is (81,71,142). Sum of RGB (Red+Green+Blue) = 81+71+142=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #51478E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51478E is #AEB871. Grayscale: #515151. Windows color (decimal): -11450482 or 9324369. OLE color: 9324369.

HSL color Cylindrical-coordinate representation of color #51478E: hue angle of 248.45º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51478E is Cyan = 0.43, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 71 142 -
CMYK 0.43 0.5 0 0.44
HSL 248.45º 0.33% 0.42% -
HSV(B) 248.45º 0.5% 0.56% -
XYZ 10.53 8.21 26.62 -
YUV 82.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 81 71 142 0.43 0.5 0 0.44 248.45 0.33 0.42
Hex 51 47 8E 2B 32 0 2C F8 21 2A
Octal 121 107 216 53 62 0 54 370 41 52
Binary 1010001 1000111 10001110 101011 110010 0 101100 11111000 100001 101010

Color Harmonies of #51478E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51478E

Black with #51478E

Text Example


Text Example

White with #51478E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51478E; }

 p { color: rgb(81,71,142); }

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

background-color css

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

 a { background-color: rgb(81,71,142); }

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

border-color css

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

 span { border-color: rgb(81,71,142); }

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