Html Css Color HEX #04463F Cyprus

📋 copy color: '#04463F'

red 4 ◦ green 70 ◦ blue 63

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

Shades of Cyprus #04463F

Tints of Cyprus #04463F

RGB

 RED value IS 4 (1.95% from 255) = 2.92%

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

 BLUE value IS 63 (25% from 255) = 45.99%

R = 2.92%
G = 51.09%
B = 45.99%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#04463F (or 0x04463F) is known color: Cyprus. HEX triplet: 04, 46 and 3F. RGB value is (4,70,63). Sum of RGB (Red+Green+Blue) = 4+70+63=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 70 (27.73% from 255 or 51.09% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 70 - color contains mainly: green. Hex color #04463F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04463F is #FBB9C0. Grayscale: #313131. Windows color (decimal): -16497089 or 4146692. OLE color: 4146692.

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

Color convert

RGB 4 70 63 -
CMYK 0.94 0 0.10 0.73
HSL 173.64º 0.89% 0.15% -
HSV(B) 173.64º 0.94% 0.27% -
XYZ 3.14 4.77 5.46 -
YUV 49.47 135.63 95.57 -
System Red Green Blue C M Y K H S L
Decimal 4 70 63 0.94 0 0.10 0.73 173.64 0.89 0.15
Hex 4 46 3F 5E 0 A 49 AE 59 F
Octal 4 106 77 136 0 12 111 256 131 17
Binary 100 1000110 111111 1011110 0 1010 1001001 10101110 1011001 1111

Color Harmonies of #04463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04463F

Black with #04463F

Text Example


Text Example

White with #04463F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04463F;
 }
 .AnyTagClassName
 {
   color: #04463F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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