#00463B

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

Shades of Cyprus #00463B

Tints of Cyprus #00463B

Color information

#00463B (or 0x00463B) is unknown color: approx Cyprus. HEX triplet: 00, 46 and 3B. RGB value is (0,70,59). Sum of RGB (Red+Green+Blue) = 0+70+59=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 70 (27.73% from 255 or 54.26% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 70 - color contains mainly: green. Hex color #00463B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00463B is #FFB9C4. Grayscale: #2F2F2F. Windows color (decimal): -16759237 or 3884544. OLE color: 3884544.

HSL color Cylindrical-coordinate representation of color #00463B: hue angle of 170.57º 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 #00463B is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB07059-
CMYK100.160.73
HSL170.57º100%13.73%-
HSV(B)170.57º100%27.45%-
XYZ2.984.74.89-
YUV47.82134.3193.89-

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) = 54.26%
BLUE value IS 59 (23.44% from 255) = 45.74%
R=0%
G=54.26%
B=45.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal07059100.160.73170.5710013.73
Hex0463B6401049ab64e
Octal01067314402011125314416
Binary01000110111011110010001000010010011010101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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