Html Css Color HEX #28479F Tory Blue

📋 copy color: '#28479F'

red 40 ◦ green 71 ◦ blue 159

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

Shades of Tory Blue #28479F

Tints of Tory Blue #28479F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.89%

R = 14.81%
G = 26.3%
B = 58.89%

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

#28479F (or 0x28479F) is known color: Tory Blue. HEX triplet: 28, 47 and 9F. RGB value is (40,71,159). Sum of RGB (Red+Green+Blue) = 40+71+159=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #28479F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28479F is #D7B860. Grayscale: #474747. Windows color (decimal): -14137441 or 10438440. OLE color: 10438440.

HSL color Cylindrical-coordinate representation of color #28479F: hue angle of 224.37º degrees, saturation: 0.6, 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 #28479F is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 71 159 -
CMYK 0.75 0.55 0 0.38
HSL 224.37º 0.6% 0.39% -
HSV(B) 224.37º 0.75% 0.62% -
XYZ 9.39 7.46 33.75 -
YUV 71.76 177.23 105.34 -
System Red Green Blue C M Y K H S L
Decimal 40 71 159 0.75 0.55 0 0.38 224.37 0.6 0.39
Hex 28 47 9F 4B 37 0 26 E0 3C 27
Octal 50 107 237 113 67 0 46 340 74 47
Binary 101000 1000111 10011111 1001011 110111 0 100110 11100000 111100 100111

Color Harmonies of #28479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28479F

Black with #28479F

Text Example


Text Example

White with #28479F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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