#047A4B

Color #047A4B Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #047A4B

Tints of Watercourse #047A4B

Color information

#047A4B (or 0x047A4B) is unknown color: approx Watercourse. HEX triplet: 04, 7A and 4B. RGB value is (4,122,75). Sum of RGB (Red+Green+Blue) = 4+122+75=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 122 (48.05% from 255 or 60.70% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 122 - color contains mainly: green. Hex color #047A4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047A4B is #FB85B4. Grayscale: #515151. Windows color (decimal): -16483765 or 4946436. OLE color: 4946436.

HSL color Cylindrical-coordinate representation of color #047A4B: hue angle of 156.1º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047A4B is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB412275-
CMYK0.9700.390.52
HSL156.1º93.65%24.71%-
HSV(B)156.1º96.72%47.84%-
XYZ8.2814.459.01-
YUV81.36124.4172.82-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.99%
GREEN value IS 122 (48.05% from 255) = 60.70%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=1.99%
G=60.70%
B=37.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4122750.9700.390.52156.193.6524.71
Hex47A4B61027349c5e19
Octal41721131410476423413631
Binary100111101010010111100001010011111010010011100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047A4B; }

 p { color: rgb(4,122,75); }

 H1.HeaderClassName
 {
   color: #047A4B;
 }
 .AnyTagClassName
 {
   color: #047A4B;
 }
</style>
background-color css

<style>
 a { background-color: #047A4B; }

 a { background-color: rgb(4,122,75); }

 div.DivClassName
 {
   background-color: #047A4B;
 }
 .BgClassName
 {
   background-color: #047A4B;
 }
</style>
border-color css

<style>
 span { border-color: #047A4B; }

 span { border-color: rgb(4,122,75); }

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