Html Css Color HEX #28479A Tory Blue

📋 copy color: '#28479A'

red 40 ◦ green 71 ◦ blue 154

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

Shades of Tory Blue #28479A

Tints of Tory Blue #28479A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 58.11%

R = 15.09%
G = 26.79%
B = 58.11%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#28479A (or 0x28479A) is known color: Tory Blue. HEX triplet: 28, 47 and 9A. RGB value is (40,71,154). Sum of RGB (Red+Green+Blue) = 40+71+154=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 154 (60.55% from 255 or 58.11% from 265); Max value from RGB is 154 - color contains mainly: blue. Hex color #28479A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28479A is #D7B865. Grayscale: #464646. Windows color (decimal): -14137446 or 10110760. OLE color: 10110760.

HSL color Cylindrical-coordinate representation of color #28479A: hue angle of 223.68º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28479A is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 40 71 154 -
CMYK 0.74 0.54 0 0.40
HSL 223.68º 0.59% 0.38% -
HSV(B) 223.68º 0.74% 0.6% -
XYZ 8.96 7.29 31.51 -
YUV 71.19 174.73 105.75 -
System Red Green Blue C M Y K H S L
Decimal 40 71 154 0.74 0.54 0 0.40 223.68 0.59 0.38
Hex 28 47 9A 4A 36 0 28 E0 3B 26
Octal 50 107 232 112 66 0 50 340 73 46
Binary 101000 1000111 10011010 1001010 110110 0 101000 11100000 111011 100110

Color Harmonies of #28479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28479A

Black with #28479A

Text Example


Text Example

White with #28479A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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