#104B4D

Color #104B4D Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #104B4D

Tints of Cyprus #104B4D

Color information

#104B4D (or 0x104B4D) is unknown color: approx Cyprus. HEX triplet: 10, 4B and 4D. RGB value is (16,75,77). Sum of RGB (Red+Green+Blue) = 16+75+77=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 75 (29.69% from 255 or 44.64% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 77 - color contains mainly: blue. Hex color #104B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104B4D is #EFB4B2. Grayscale: #393939. Windows color (decimal): -15709363 or 5065488. OLE color: 5065488.

HSL color Cylindrical-coordinate representation of color #104B4D: hue angle of 181.97º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104B4D is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB167577-
CMYK0.790.0300.70
HSL181.97º65.59%18.24%-
HSV(B)181.97º79.22%30.2%-
XYZ4.075.687.9-
YUV57.59138.9598.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.52%
GREEN value IS 75 (29.69% from 255) = 44.64%
BLUE value IS 77 (30.47% from 255) = 45.83%
R=9.52%
G=44.64%
B=45.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1675770.790.0300.70181.9765.5918.24
Hex104B4D4F3046b64212
Octal201131151173010626610222
Binary10000100101110011011001111110100011010110110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104B4D; }

 p { color: rgb(16,75,77); }

 H1.HeaderClassName
 {
   color: #104B4D;
 }
 .AnyTagClassName
 {
   color: #104B4D;
 }
</style>
background-color css

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

 a { background-color: rgb(16,75,77); }

 div.DivClassName
 {
   background-color: #104B4D;
 }
 .BgClassName
 {
   background-color: #104B4D;
 }
</style>
border-color css

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

 span { border-color: rgb(16,75,77); }

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