Html Css Color HEX #27479D Tory Blue

📋 copy color: '#27479D'

red 39 ◦ green 71 ◦ blue 157

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

Shades of Tory Blue #27479D

Tints of Tory Blue #27479D

RGB

 RED value IS 39 (15.63% from 255) = 14.61%

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

 BLUE value IS 157 (61.72% from 255) = 58.8%

R = 14.61%
G = 26.59%
B = 58.8%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#27479D (or 0x27479D) is known color: Tory Blue. HEX triplet: 27, 47 and 9D. RGB value is (39,71,157). Sum of RGB (Red+Green+Blue) = 39+71+157=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #27479D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27479D is #D8B862. Grayscale: #464646. Windows color (decimal): -14202979 or 10307367. OLE color: 10307367.

HSL color Cylindrical-coordinate representation of color #27479D: hue angle of 223.73º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27479D is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 39 71 157 -
CMYK 0.75 0.55 0 0.38
HSL 223.73º 0.6% 0.38% -
HSV(B) 223.73º 0.75% 0.62% -
XYZ 9.18 7.37 32.84 -
YUV 71.24 176.4 105.01 -
System Red Green Blue C M Y K H S L
Decimal 39 71 157 0.75 0.55 0 0.38 223.73 0.6 0.38
Hex 27 47 9D 4B 37 0 26 E0 3C 26
Octal 47 107 235 113 67 0 46 340 74 46
Binary 100111 1000111 10011101 1001011 110111 0 100110 11100000 111100 100110

Color Harmonies of #27479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27479D

Black with #27479D

Text Example


Text Example

White with #27479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27479D; }

 p { color: rgb(39,71,157); }

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

background-color css

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

 a { background-color: rgb(39,71,157); }

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

border-color css

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

 span { border-color: rgb(39,71,157); }

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