Html Css Color HEX #28478C Tory Blue

📋 copy color: '#28478C'

red 40 ◦ green 71 ◦ blue 140

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

Shades of Tory Blue #28478C

Tints of Tory Blue #28478C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 55.78%

R = 15.94%
G = 28.29%
B = 55.78%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28478C (or 0x28478C) is known color: Tory Blue. HEX triplet: 28, 47 and 8C. RGB value is (40,71,140). Sum of RGB (Red+Green+Blue) = 40+71+140=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 140 (55.08% from 255 or 55.78% from 251); Max value from RGB is 140 - color contains mainly: blue. Hex color #28478C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28478C is #D7B873. Grayscale: #454545. Windows color (decimal): -14137460 or 9193256. OLE color: 9193256.

HSL color Cylindrical-coordinate representation of color #28478C: hue angle of 221.4º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28478C is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 71 140 -
CMYK 0.71 0.49 0 0.45
HSL 221.4º 0.56% 0.35% -
HSV(B) 221.4º 0.71% 0.55% -
XYZ 7.86 6.85 25.72 -
YUV 69.6 167.73 106.89 -
System Red Green Blue C M Y K H S L
Decimal 40 71 140 0.71 0.49 0 0.45 221.4 0.56 0.35
Hex 28 47 8C 47 31 0 2D DD 38 23
Octal 50 107 214 107 61 0 55 335 70 43
Binary 101000 1000111 10001100 1000111 110001 0 101101 11011101 111000 100011

Color Harmonies of #28478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28478C

Black with #28478C

Text Example


Text Example

White with #28478C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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