Html Css Color HEX #04693B Jewel

📋 copy color: '#04693B'

red 4 ◦ green 105 ◦ blue 59

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

Shades of Jewel #04693B

Tints of Jewel #04693B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 62.5%

 BLUE value IS 59 (23.44% from 255) = 35.12%

R = 2.38%
G = 62.5%
B = 35.12%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#04693B (or 0x04693B) is known color: Jewel. HEX triplet: 04, 69 and 3B. RGB value is (4,105,59). Sum of RGB (Red+Green+Blue) = 4+105+59=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 105 (41.41% from 255 or 62.5% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 105 - color contains mainly: green. Hex color #04693B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04693B is #FB96C4. Grayscale: #454545. Windows color (decimal): -16488133 or 3893508. OLE color: 3893508.

HSL color Cylindrical-coordinate representation of color #04693B: hue angle of 152.67º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04693B is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 105 59 -
CMYK 0.96 0 0.44 0.59
HSL 152.67º 0.93% 0.21% -
HSV(B) 152.67º 0.96% 0.41% -
XYZ 5.89 10.44 5.84 -
YUV 69.56 122.04 81.24 -
System Red Green Blue C M Y K H S L
Decimal 4 105 59 0.96 0 0.44 0.59 152.67 0.93 0.21
Hex 4 69 3B 60 0 2C 3B 99 5D 15
Octal 4 151 73 140 0 54 73 231 135 25
Binary 100 1101001 111011 1100000 0 101100 111011 10011001 1011101 10101

Color Harmonies of #04693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04693B

Black with #04693B

Text Example


Text Example

White with #04693B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,105,59); }

 H1.HeaderClassName
 {
   color: #04693B;
 }
 .AnyTagClassName
 {
   color: #04693B;
 }
</style>

background-color css

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

 a { background-color: rgb(4,105,59); }

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

border-color css

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

 span { border-color: rgb(4,105,59); }

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