Html Css Color HEX #14474C Cyprus

📋 copy color: '#14474C'

red 20 ◦ green 71 ◦ blue 76

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

Shades of Cyprus #14474C

Tints of Cyprus #14474C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 42.51%

 BLUE value IS 76 (30.08% from 255) = 45.51%

R = 11.98%
G = 42.51%
B = 45.51%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#14474C (or 0x14474C) is known color: Cyprus. HEX triplet: 14, 47 and 4C. RGB value is (20,71,76). Sum of RGB (Red+Green+Blue) = 20+71+76=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 76 - color contains mainly: blue. Hex color #14474C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14474C is #EBB8B3. Grayscale: #383838. Windows color (decimal): -15448244 or 4998932. OLE color: 4998932.

HSL color Cylindrical-coordinate representation of color #14474C: hue angle of 185.36º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14474C is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 20 71 76 -
CMYK 0.74 0.07 0 0.70
HSL 185.36º 0.58% 0.19% -
HSV(B) 185.36º 0.74% 0.3% -
XYZ 3.85 5.18 7.63 -
YUV 56.32 139.1 102.09 -
System Red Green Blue C M Y K H S L
Decimal 20 71 76 0.74 0.07 0 0.70 185.36 0.58 0.19
Hex 14 47 4C 4A 7 0 46 B9 3A 13
Octal 24 107 114 112 7 0 106 271 72 23
Binary 10100 1000111 1001100 1001010 111 0 1000110 10111001 111010 10011

Color Harmonies of #14474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14474C

Black with #14474C

Text Example


Text Example

White with #14474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14474C; }

 p { color: rgb(20,71,76); }

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

background-color css

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

 a { background-color: rgb(20,71,76); }

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

border-color css

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

 span { border-color: rgb(20,71,76); }

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