Html Css Color HEX #28468B Tory Blue

📋 copy color: '#28468B'

red 40 ◦ green 70 ◦ blue 139

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

Shades of Tory Blue #28468B

Tints of Tory Blue #28468B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.11%

 BLUE value IS 139 (54.69% from 255) = 55.82%

R = 16.06%
G = 28.11%
B = 55.82%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28468B (or 0x28468B) is known color: Tory Blue. HEX triplet: 28, 46 and 8B. RGB value is (40,70,139). Sum of RGB (Red+Green+Blue) = 40+70+139=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #28468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28468B is #D7B974. Grayscale: #444444. Windows color (decimal): -14137717 or 9127464. OLE color: 9127464.

HSL color Cylindrical-coordinate representation of color #28468B: hue angle of 221.82º degrees, saturation: 0.55, 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 #28468B is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 70 139 -
CMYK 0.71 0.50 0 0.45
HSL 221.82º 0.55% 0.35% -
HSV(B) 221.82º 0.71% 0.55% -
XYZ 7.73 6.7 25.31 -
YUV 68.9 167.56 107.39 -
System Red Green Blue C M Y K H S L
Decimal 40 70 139 0.71 0.50 0 0.45 221.82 0.55 0.35
Hex 28 46 8B 47 32 0 2D DE 37 23
Octal 50 106 213 107 62 0 55 336 67 43
Binary 101000 1000110 10001011 1000111 110010 0 101101 11011110 110111 100011

Color Harmonies of #28468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28468B

Black with #28468B

Text Example


Text Example

White with #28468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28468B; }

 p { color: rgb(40,70,139); }

 H1.HeaderClassName
 {
   color: #28468B;
 }
 .AnyTagClassName
 {
   color: #28468B;
 }
</style>

background-color css

<style>
 a { background-color: #28468B; }

 a { background-color: rgb(40,70,139); }

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

border-color css

<style>
 span { border-color: #28468B; }

 span { border-color: rgb(40,70,139); }

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