#146775

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

Shades of Allports #146775

Tints of Allports #146775

Color information

#146775 (or 0x146775) is unknown color: approx Allports. HEX triplet: 14, 67 and 75. RGB value is (20,103,117). Sum of RGB (Red+Green+Blue) = 20+103+117=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #146775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146775 is #EB988A. Grayscale: #4F4F4F. Windows color (decimal): -15440011 or 7694100. OLE color: 7694100.

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

Color convert

RGB20103117-
CMYK0.830.1200.54
HSL188.66º70.8%26.86%-
HSV(B)188.66º82.91%45.88%-
XYZ8.3511.1318.54-
YUV79.7814985.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.33%
GREEN value IS 103 (40.62% from 255) = 42.92%
BLUE value IS 117 (46.09% from 255) = 48.75%
R=8.33%
G=42.92%
B=48.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal201031170.830.1200.54188.6670.826.86
Hex14677553C036bd471b
Octal241471651231406627510733
Binary101001100111111010110100111100011011010111101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146775; }

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

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

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

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

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

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

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

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