Html Css Color HEX #146475 Allports

📋 copy color: '#146475'

red 20 ◦ green 100 ◦ blue 117

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

Shades of Allports #146475

Tints of Allports #146475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.37%

R = 8.44%
G = 42.19%
B = 49.37%

CMYK

 C value IS 0.83

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#146475 (or 0x146475) is known color: Allports. HEX triplet: 14, 64 and 75. RGB value is (20,100,117). Sum of RGB (Red+Green+Blue) = 20+100+117=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #146475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146475 is #EB9B8A. Grayscale: #4D4D4D. Windows color (decimal): -15440779 or 7693332. OLE color: 7693332.

HSL color Cylindrical-coordinate representation of color #146475: hue angle of 190.52º 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 #146475 is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 100 117 -
CMYK 0.83 0.15 0 0.54
HSL 190.52º 0.71% 0.27% -
HSV(B) 190.52º 0.83% 0.46% -
XYZ 8.06 10.55 18.44 -
YUV 78.02 150 86.62 -
System Red Green Blue C M Y K H S L
Decimal 20 100 117 0.83 0.15 0 0.54 190.52 0.71 0.27
Hex 14 64 75 53 F 0 36 BF 47 1B
Octal 24 144 165 123 17 0 66 277 107 33
Binary 10100 1100100 1110101 1010011 1111 0 110110 10111111 1000111 11011

Color Harmonies of #146475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146475

Black with #146475

Text Example


Text Example

White with #146475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146475; }

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

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

background-color css

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

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

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

border-color css

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

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

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