Html Css Color HEX #146477 Allports

📋 copy color: '#146477'

red 20 ◦ green 100 ◦ blue 119

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

Shades of Allports #146477

Tints of Allports #146477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 49.79%

R = 8.37%
G = 41.84%
B = 49.79%

CMYK

 C value IS 0.83

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#146477 (or 0x146477) is known color: Allports. HEX triplet: 14, 64 and 77. RGB value is (20,100,119). Sum of RGB (Red+Green+Blue) = 20+100+119=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #146477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146477 is #EB9B88. Grayscale: #4E4E4E. Windows color (decimal): -15440777 or 7824404. OLE color: 7824404.

HSL color Cylindrical-coordinate representation of color #146477: hue angle of 191.52º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #146477 is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 100 119 -
CMYK 0.83 0.16 0 0.53
HSL 191.52º 0.71% 0.27% -
HSV(B) 191.52º 0.83% 0.47% -
XYZ 8.18 10.59 19.07 -
YUV 78.25 151 86.46 -
System Red Green Blue C M Y K H S L
Decimal 20 100 119 0.83 0.16 0 0.53 191.52 0.71 0.27
Hex 14 64 77 53 10 0 35 C0 47 1B
Octal 24 144 167 123 20 0 65 300 107 33
Binary 10100 1100100 1110111 1010011 10000 0 110101 11000000 1000111 11011

Color Harmonies of #146477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146477

Black with #146477

Text Example


Text Example

White with #146477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146477; }

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

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

background-color css

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

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

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

border-color css

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

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

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