Html Css Color HEX #00463A Cyprus

📋 copy color: '#00463A'

red 0 ◦ green 70 ◦ blue 58

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

Shades of Cyprus #00463A

Tints of Cyprus #00463A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 70 (27.73% from 255) = 54.69%

 BLUE value IS 58 (23.05% from 255) = 45.31%

R = 0%
G = 54.69%
B = 45.31%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#00463A (or 0x00463A) is known color: Cyprus. HEX triplet: 00, 46 and 3A. RGB value is (0,70,58). Sum of RGB (Red+Green+Blue) = 0+70+58=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 58 (23.05% from 255 or 45.31% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #00463A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00463A is #FFB9C5. Grayscale: #2F2F2F. Windows color (decimal): -16759238 or 3819008. OLE color: 3819008.

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

Color convert

RGB 0 70 58 -
CMYK 1 0 0.17 0.73
HSL 169.71º 1% 0.14% -
HSV(B) 169.71º 1% 0.27% -
XYZ 2.95 4.69 4.75 -
YUV 47.7 133.81 93.98 -
System Red Green Blue C M Y K H S L
Decimal 0 70 58 1 0 0.17 0.73 169.71 1 0.14
Hex 0 46 3A 64 0 11 49 AA 64 E
Octal 0 106 72 144 0 21 111 252 144 16
Binary 0 1000110 111010 1100100 0 10001 1001001 10101010 1100100 1110

Color Harmonies of #00463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00463A

Black with #00463A

Text Example


Text Example

White with #00463A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00463A;
 }
 .AnyTagClassName
 {
   color: #00463A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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