Html Css Color HEX #28479D Tory Blue

📋 copy color: '#28479D'

red 40 ◦ green 71 ◦ blue 157

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

Shades of Tory Blue #28479D

Tints of Tory Blue #28479D

RGB

 RED value IS 40 (16.02% from 255) = 14.93%

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

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

R = 14.93%
G = 26.49%
B = 58.58%

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

#28479D (or 0x28479D) is known color: Tory Blue. HEX triplet: 28, 47 and 9D. RGB value is (40,71,157). Sum of RGB (Red+Green+Blue) = 40+71+157=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #28479D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28479D is #D7B862. Grayscale: #474747. Windows color (decimal): -14137443 or 10307368. OLE color: 10307368.

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

Color convert

RGB 40 71 157 -
CMYK 0.75 0.55 0 0.38
HSL 224.1º 0.59% 0.39% -
HSV(B) 224.1º 0.75% 0.62% -
XYZ 9.21 7.39 32.84 -
YUV 71.54 176.23 105.51 -
System Red Green Blue C M Y K H S L
Decimal 40 71 157 0.75 0.55 0 0.38 224.1 0.59 0.39
Hex 28 47 9D 4B 37 0 26 E0 3B 27
Octal 50 107 235 113 67 0 46 340 73 47
Binary 101000 1000111 10011101 1001011 110111 0 100110 11100000 111011 100111

Color Harmonies of #28479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28479D

Black with #28479D

Text Example


Text Example

White with #28479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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