Html Css Color HEX #00463F Cyprus

📋 copy color: '#00463F'

red 0 ◦ green 70 ◦ blue 63

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

Shades of Cyprus #00463F

Tints of Cyprus #00463F

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 value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#00463F (or 0x00463F) is known color: 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

RGB 0 70 63 -
CMYK 1 0 0.10 0.73
HSL 174º 1% 0.14% -
HSV(B) 174º 1% 0.27% -
XYZ 3.09 4.74 5.45 -
YUV 48.27 136.31 93.57 -
System Red Green Blue C M Y K H S L
Decimal 0 70 63 1 0 0.10 0.73 174 1 0.14
Hex 0 46 3F 64 0 A 49 AE 64 E
Octal 0 106 77 144 0 12 111 256 144 16
Binary 0 1000110 111111 1100100 0 1010 1001001 10101110 1100100 1110

Color Harmonies of #00463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00463F

Black with #00463F

Text Example


Text Example

White with #00463F

Text Example


Text Example

HTML Codes & Css Web 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>