Html Css Color HEX #14464C Cyprus

📋 copy color: '#14464C'

red 20 ◦ green 70 ◦ blue 76

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

Shades of Cyprus #14464C

Tints of Cyprus #14464C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 42.17%

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

R = 12.05%
G = 42.17%
B = 45.78%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#14464C (or 0x14464C) is known color: Cyprus. HEX triplet: 14, 46 and 4C. RGB value is (20,70,76). Sum of RGB (Red+Green+Blue) = 20+70+76=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 76 - color contains mainly: blue. Hex color #14464C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14464C is #EBB9B3. Grayscale: #373737. Windows color (decimal): -15448500 or 4998676. OLE color: 4998676.

HSL color Cylindrical-coordinate representation of color #14464C: hue angle of 186.43º 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 #14464C is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 20 70 76 -
CMYK 0.74 0.08 0 0.70
HSL 186.43º 0.58% 0.19% -
HSV(B) 186.43º 0.74% 0.3% -
XYZ 3.78 5.05 7.61 -
YUV 55.73 139.44 102.51 -
System Red Green Blue C M Y K H S L
Decimal 20 70 76 0.74 0.08 0 0.70 186.43 0.58 0.19
Hex 14 46 4C 4A 8 0 46 BA 3A 13
Octal 24 106 114 112 10 0 106 272 72 23
Binary 10100 1000110 1001100 1001010 1000 0 1000110 10111010 111010 10011

Color Harmonies of #14464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14464C

Black with #14464C

Text Example


Text Example

White with #14464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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