Html Css Color HEX #147479 Allports

📋 copy color: '#147479'

red 20 ◦ green 116 ◦ blue 121

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

Shades of Allports #147479

Tints of Allports #147479

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.14%

 BLUE value IS 121 (47.66% from 255) = 47.08%

R = 7.78%
G = 45.14%
B = 47.08%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#147479 (or 0x147479) is known color: Allports. HEX triplet: 14, 74 and 79. RGB value is (20,116,121). Sum of RGB (Red+Green+Blue) = 20+116+121=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 121 - color contains mainly: blue. Hex color #147479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147479 is #EB8B86. Grayscale: #575757. Windows color (decimal): -15436679 or 7959572. OLE color: 7959572.

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

Color convert

RGB 20 116 121 -
CMYK 0.83 0.04 0 0.53
HSL 182.97º 0.72% 0.28% -
HSV(B) 182.97º 0.83% 0.47% -
XYZ 9.99 14.02 20.27 -
YUV 87.87 146.7 79.59 -
System Red Green Blue C M Y K H S L
Decimal 20 116 121 0.83 0.04 0 0.53 182.97 0.72 0.28
Hex 14 74 79 53 4 0 35 B7 48 1C
Octal 24 164 171 123 4 0 65 267 110 34
Binary 10100 1110100 1111001 1010011 100 0 110101 10110111 1001000 11100

Color Harmonies of #147479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147479

Black with #147479

Text Example


Text Example

White with #147479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147479; }

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

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

background-color css

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

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

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

border-color css

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

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

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