Html Css Color HEX #51479C Blue Gem

📋 copy color: '#51479C'

red 81 ◦ green 71 ◦ blue 156

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

Shades of Blue Gem #51479C

Tints of Blue Gem #51479C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.65%

R = 26.3%
G = 23.05%
B = 50.65%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#51479C (or 0x51479C) is known color: Blue Gem. HEX triplet: 51, 47 and 9C. RGB value is (81,71,156). Sum of RGB (Red+Green+Blue) = 81+71+156=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #51479C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51479C is #AEB863. Grayscale: #535353. Windows color (decimal): -11450468 or 10241873. OLE color: 10241873.

HSL color Cylindrical-coordinate representation of color #51479C: hue angle of 247.06º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51479C is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 71 156 -
CMYK 0.48 0.54 0 0.39
HSL 247.06º 0.37% 0.45% -
HSV(B) 247.06º 0.54% 0.61% -
XYZ 11.65 8.66 32.51 -
YUV 83.68 168.81 126.09 -
System Red Green Blue C M Y K H S L
Decimal 81 71 156 0.48 0.54 0 0.39 247.06 0.37 0.45
Hex 51 47 9C 30 36 0 27 F7 25 2D
Octal 121 107 234 60 66 0 47 367 45 55
Binary 1010001 1000111 10011100 110000 110110 0 100111 11110111 100101 101101

Color Harmonies of #51479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51479C

Black with #51479C

Text Example


Text Example

White with #51479C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51479C; }

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

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

background-color css

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

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

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

border-color css

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

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

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