Html Css Color HEX #14464B Cyprus

📋 copy color: '#14464B'

red 20 ◦ green 70 ◦ blue 75

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

Shades of Cyprus #14464B

Tints of Cyprus #14464B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 45.45%

R = 12.12%
G = 42.42%
B = 45.45%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#14464B (or 0x14464B) is known color: Cyprus. HEX triplet: 14, 46 and 4B. RGB value is (20,70,75). Sum of RGB (Red+Green+Blue) = 20+70+75=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 75 - color contains mainly: blue. Hex color #14464B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14464B is #EBB9B4. Grayscale: #373737. Windows color (decimal): -15448501 or 4933140. OLE color: 4933140.

HSL color Cylindrical-coordinate representation of color #14464B: hue angle of 185.45º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #14464B is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 70 75 -
CMYK 0.73 0.07 0 0.71
HSL 185.45º 0.58% 0.19% -
HSV(B) 185.45º 0.73% 0.29% -
XYZ 3.75 5.04 7.43 -
YUV 55.62 138.94 102.59 -
System Red Green Blue C M Y K H S L
Decimal 20 70 75 0.73 0.07 0 0.71 185.45 0.58 0.19
Hex 14 46 4B 49 7 0 47 B9 3A 13
Octal 24 106 113 111 7 0 107 271 72 23
Binary 10100 1000110 1001011 1001001 111 0 1000111 10111001 111010 10011

Color Harmonies of #14464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14464B

Black with #14464B

Text Example


Text Example

White with #14464B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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