Html Css Color HEX #146473 Allports

📋 copy color: '#146473'

red 20 ◦ green 100 ◦ blue 115

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

Shades of Allports #146473

Tints of Allports #146473

RGB

 RED value IS 20 (8.2% from 255) = 8.51%

 GREEN value IS 100 (39.45% from 255) = 42.55%

 BLUE value IS 115 (45.31% from 255) = 48.94%

R = 8.51%
G = 42.55%
B = 48.94%

CMYK

 C value IS 0.83

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#146473 (or 0x146473) is known color: Allports. HEX triplet: 14, 64 and 73. RGB value is (20,100,115). Sum of RGB (Red+Green+Blue) = 20+100+115=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #146473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146473 is #EB9B8C. Grayscale: #4D4D4D. Windows color (decimal): -15440781 or 7562260. OLE color: 7562260.

HSL color Cylindrical-coordinate representation of color #146473: hue angle of 189.47º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #146473 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 100 115 -
CMYK 0.83 0.13 0 0.55
HSL 189.47º 0.7% 0.26% -
HSV(B) 189.47º 0.83% 0.45% -
XYZ 7.94 10.5 17.83 -
YUV 77.79 149 86.78 -
System Red Green Blue C M Y K H S L
Decimal 20 100 115 0.83 0.13 0 0.55 189.47 0.7 0.26
Hex 14 64 73 53 D 0 37 BD 46 1A
Octal 24 144 163 123 15 0 67 275 106 32
Binary 10100 1100100 1110011 1010011 1101 0 110111 10111101 1000110 11010

Color Harmonies of #146473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146473

Black with #146473

Text Example


Text Example

White with #146473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146473; }

 p { color: rgb(20,100,115); }

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

background-color css

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

 a { background-color: rgb(20,100,115); }

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

border-color css

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

 span { border-color: rgb(20,100,115); }

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