#04634B

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

Shades of Watercourse #04634B

Tints of Watercourse #04634B

Color information

#04634B (or 0x04634B) is unknown color: approx Watercourse. HEX triplet: 04, 63 and 4B. RGB value is (4,99,75). Sum of RGB (Red+Green+Blue) = 4+99+75=178 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.25% from 178); Green value is 99 (39.06% from 255 or 55.62% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 99 - color contains mainly: green. Hex color #04634B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04634B is #FB9CB4. Grayscale: #434343. Windows color (decimal): -16489653 or 4940548. OLE color: 4940548.

HSL color Cylindrical-coordinate representation of color #04634B: hue angle of 164.84º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04634B is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB49975-
CMYK0.9600.240.61
HSL164.84º92.23%20.2%-
HSV(B)164.84º95.96%38.82%-
XYZ5.789.468.18-
YUV67.86132.0382.45-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.25%
GREEN value IS 99 (39.06% from 255) = 55.62%
BLUE value IS 75 (29.69% from 255) = 42.13%
R=2.25%
G=55.62%
B=42.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal499750.9600.240.61164.8492.2320.2
Hex4634B600183Da55c14
Octal41431131400307524513424
Binary10011000111001011110000001100011110110100101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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