#146779

Color #146779 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #146779

Tints of Allports #146779

Color information

#146779 (or 0x146779) is unknown color: approx Allports. HEX triplet: 14, 67 and 79. RGB value is (20,103,121). Sum of RGB (Red+Green+Blue) = 20+103+121=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #146779 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146779 is #EB9886. Grayscale: #505050. Windows color (decimal): -15440007 or 7956244. OLE color: 7956244.

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

Color convert

RGB20103121-
CMYK0.830.1500.53
HSL190.69º71.63%27.65%-
HSV(B)190.69º83.47%47.45%-
XYZ8.5911.2319.8-
YUV80.2415185.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.20%
GREEN value IS 103 (40.62% from 255) = 42.21%
BLUE value IS 121 (47.66% from 255) = 49.59%
R=8.20%
G=42.21%
B=49.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal201031210.830.1500.53190.6971.6327.65
Hex14677953F035bf481c
Octal241471711231706527711034
Binary101001100111111100110100111111011010110111111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146779; }

 p { color: rgb(20,103,121); }

 H1.HeaderClassName
 {
   color: #146779;
 }
 .AnyTagClassName
 {
   color: #146779;
 }
</style>
background-color css

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

 a { background-color: rgb(20,103,121); }

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

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

 span { border-color: rgb(20,103,121); }

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