#00463F

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

Shades of Cyprus #00463F

Tints of Cyprus #00463F

Color information

#00463F (or 0x00463F) is unknown color: approx Cyprus. HEX triplet: 00, 46 and 3F. RGB value is (0,70,63). Sum of RGB (Red+Green+Blue) = 0+70+63=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 70 (27.73% from 255 or 52.63% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 70 - color contains mainly: green. Hex color #00463F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00463F is #FFB9C0. Grayscale: #303030. Windows color (decimal): -16759233 or 4146688. OLE color: 4146688.

HSL color Cylindrical-coordinate representation of color #00463F: hue angle of 174º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00463F is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB07063-
CMYK100.100.73
HSL174º100%13.73%-
HSV(B)174º100%27.45%-
XYZ3.094.745.45-
YUV48.27136.3193.57-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 70 (27.73% from 255) = 52.63%
BLUE value IS 63 (25% from 255) = 47.37%
R=0%
G=52.63%
B=47.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal07063100.100.7317410013.73
Hex0463F640A49ae64e
Octal01067714401211125614416
Binary0100011011111111001000101010010011010111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00463F; }

 p { color: rgb(0,70,63); }

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

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

 a { background-color: rgb(0,70,63); }

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

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

 span { border-color: rgb(0,70,63); }

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