Html Css Color HEX #00463B Cyprus

📋 copy color: '#00463B'

red 0 ◦ green 70 ◦ blue 59

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

Shades of Cyprus #00463B

Tints of Cyprus #00463B

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

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

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

RGB 0 70 59 -
CMYK 1 0 0.16 0.73
HSL 170.57º 1% 0.14% -
HSV(B) 170.57º 1% 0.27% -
XYZ 2.98 4.7 4.89 -
YUV 47.82 134.31 93.89 -
System Red Green Blue C M Y K H S L
Decimal 0 70 59 1 0 0.16 0.73 170.57 1 0.14
Hex 0 46 3B 64 0 10 49 AB 64 E
Octal 0 106 73 144 0 20 111 253 144 16
Binary 0 1000110 111011 1100100 0 10000 1001001 10101011 1100100 1110

Color Harmonies of #00463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00463B

Black with #00463B

Text Example


Text Example

White with #00463B

Text Example


Text Example

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